From 7295978eca90a2471cb5bee87bee580ad826baeb Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 10 Dec 2020 22:29:49 +0000 Subject: [PATCH] Unbreak bulk -a --- security/py-python-pkcs11/Makefile | 2 +- www/py-pyramid-mako/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security/py-python-pkcs11/Makefile b/security/py-python-pkcs11/Makefile index 94b157880e96..ccc435afc89b 100644 --- a/security/py-python-pkcs11/Makefile +++ b/security/py-python-pkcs11/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} -USES= python +USES= python:3.4+ USE_PYTHON= autoplist concurrent cython distutils .include diff --git a/www/py-pyramid-mako/Makefile b/www/py-pyramid-mako/Makefile index 1b868edfee34..21cf86863de9 100644 --- a/www/py-pyramid-mako/Makefile +++ b/www/py-pyramid-mako/Makefile @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>=1.3.1:www/py-WebTest@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes