From 60a40578672256743cc7cd9a958cf057bd3d8eaf Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Jan 2021 08:22:30 +0000 Subject: [PATCH] Remove PYTHON_REL check --- security/py-python-pkcs11/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/security/py-python-pkcs11/Makefile b/security/py-python-pkcs11/Makefile index ccc435afc89b..adacc788d0a7 100644 --- a/security/py-python-pkcs11/Makefile +++ b/security/py-python-pkcs11/Makefile @@ -16,13 +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:3.4+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils -.include - -.if ${PYTHON_REL} < 3600 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aenum>=0:devel/py-aenum@${PY_FLAVOR} -.endif - -.include +.include