diff options
Diffstat (limited to 'security/py-google-auth/Makefile')
-rw-r--r-- | security/py-google-auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 32b066e28f6d..9117243c7104 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |