summaryrefslogtreecommitdiff
path: root/security/py-google-auth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-google-auth/Makefile')
-rw-r--r--security/py-google-auth/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile
index 86092d5e091..dd08f85ded2 100644
--- a/security/py-google-auth/Makefile
+++ b/security/py-google-auth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/08/31 16:32:13 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2020/08/31 23:07:06 wiz Exp $
DISTNAME= google-auth-1.21.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,6 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.2.1:../../security/py-asn1-modules
DEPENDS+= ${PYPKGPREFIX}-cachetools>=2.0.0:../../devel/py-cachetools
DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.4:../../security/py-rsa
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.3.0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
@@ -27,6 +26,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-cachetools
+PYTHON_VERSIONED_DEPENDENCIES+= setuptools
USE_LANGUAGES= # none
@@ -34,4 +34,5 @@ do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"