diff options
-rw-r--r-- | devel/py-python-jsonrpc-server/Makefile | 2 | ||||
-rw-r--r-- | net/py-magic-wormhole/Makefile | 2 | ||||
-rw-r--r-- | www/py-autobahn/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-python-jsonrpc-server/Makefile b/devel/py-python-jsonrpc-server/Makefile index a8c62e7c115c..a0baa2b74100 100644 --- a/devel/py-python-jsonrpc-server/Makefile +++ b/devel/py-python-jsonrpc-server/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils TEST_ENV= PYTHONPATH=${WRKSRC}/src diff --git a/net/py-magic-wormhole/Makefile b/net/py-magic-wormhole/Makefile index 95d587343722..eceecd5a98d2 100644 --- a/net/py-magic-wormhole/Makefile +++ b/net/py-magic-wormhole/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autobahn>=0.14.1:www/py-autobahn@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}tqdm>=4.13.0:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}txtorcon>=0.19.3:security/py-txtorcon@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index 321e4e395b4c..868725465ceb 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.6:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_GITHUB= yes USE_PYTHON= autoplist distutils |