diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 13:20:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 13:20:55 +0000 |
commit | 03552c63e4ec0d2713f46b924fd7660dfa6b4f59 (patch) | |
tree | 46f79ac132d884d428f75b33135bc2cc1cc74f7b | |
parent | www/py-tornado: remove support for Python 2.7 (diff) |
security/py-cryptography: remove support for expired Python 2.7
-rw-r--r-- | security/py-cryptography/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index c8322658c890..6930537ba7a9 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -17,8 +17,6 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8:devel/py-cffi@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8:devel/py-cffi@${PY_FLAVOR} \ - ${PY_ENUM34} \ - ${PY_IPADDRESS} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-vectors>=${PORTVERSION}:security/py-cryptography-vectors@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=1.11.4:devel/py-hypothesis@${PY_FLAVOR} \ @@ -27,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography-vectors>=${PORTVERSION}:securi ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} -# Python 2.7, 3.5-3.8 +# Python 3.5-3.8 USES= compiler:env python ssl USE_PYTHON= autoplist concurrent distutils |