diff options
Diffstat (limited to 'devel/py-pygithub/Makefile')
-rw-r--r-- | devel/py-pygithub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pygithub/Makefile b/devel/py-pygithub/Makefile index ce3bba722536..960860ce80b6 100644 --- a/devel/py-pygithub/Makefile +++ b/devel/py-pygithub/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.14.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes |