summaryrefslogtreecommitdiff
path: root/net/py-gcs-oauth2-boto-plugin
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-27 23:49:41 +0000
committerwiz <wiz@pkgsrc.org>2022-01-27 23:49:41 +0000
commitb05cd69ad4e8e95f028ecd1ad7e31e34b409ba9a (patch)
treeb12e0076192aabce59eb0ebaa3d0d1372965f150 /net/py-gcs-oauth2-boto-plugin
parentf3e8b9a8a3d997c3ea88fe7605bf04f63dadec01 (diff)
downloadpkgsrc-b05cd69ad4e8e95f028ecd1ad7e31e34b409ba9a.tar.gz
py-gcs-oauth2-boto-plugin: mark as not for python 2.7 due to py-rsa
Diffstat (limited to 'net/py-gcs-oauth2-boto-plugin')
-rw-r--r--net/py-gcs-oauth2-boto-plugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-gcs-oauth2-boto-plugin/Makefile b/net/py-gcs-oauth2-boto-plugin/Makefile
index c3ca5f1a86f..fe6c275a674 100644
--- a/net/py-gcs-oauth2-boto-plugin/Makefile
+++ b/net/py-gcs-oauth2-boto-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/27 10:29:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/27 23:49:41 wiz Exp $
DISTNAME= gcs-oauth2-boto-plugin-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -23,5 +23,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-rsa
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"