From b05cd69ad4e8e95f028ecd1ad7e31e34b409ba9a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 27 Jan 2022 23:49:41 +0000 Subject: py-gcs-oauth2-boto-plugin: mark as not for python 2.7 due to py-rsa --- net/py-gcs-oauth2-boto-plugin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net') 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" -- cgit v1.2.3