diff options
Diffstat (limited to 'devel/py-moto/Makefile')
-rw-r--r-- | devel/py-moto/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/py-moto/Makefile b/devel/py-moto/Makefile index 4c121284ee91..cd63dd820daf 100644 --- a/devel/py-moto/Makefile +++ b/devel/py-moto/Makefile @@ -36,15 +36,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aws-xray-sdk>=0.93:devel/py-aws-xray-sdk@${ ${PYTHON_PKGNAMEPREFIX}sshpubkeys>=3.1.0:security/py-sshpubkeys@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |