diff options
Diffstat (limited to 'security/py-certstream/Makefile')
-rw-r--r-- | security/py-certstream/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-certstream/Makefile b/security/py-certstream/Makefile index b31df4ac245f..43ea78235231 100644 --- a/security/py-certstream/Makefile +++ b/security/py-certstream/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVO RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes |