svn commit: r559939 - head/security/py-cryptography

Antoine Brodin antoine at FreeBSD.org
Sat Jan 2 13:36:28 UTC 2021


Author: antoine
Date: Sat Jan  2 13:36:28 2021
New Revision: 559939
URL: https://svnweb.freebsd.org/changeset/ports/559939

Log:
  Revert r559936, there are still a lot of reverse dependencies

Modified:
  head/security/py-cryptography/Makefile

Modified: head/security/py-cryptography/Makefile
==============================================================================
--- head/security/py-cryptography/Makefile	Sat Jan  2 13:35:08 2021	(r559938)
+++ head/security/py-cryptography/Makefile	Sat Jan  2 13:36:28 2021	(r559939)
@@ -17,6 +17,8 @@ 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} \
@@ -25,7 +27,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography-vect
 		${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 
-# Python 3.5-3.8
+# Python 2.7, 3.5-3.8
 USES=		compiler:env python ssl
 USE_PYTHON=	autoplist concurrent distutils
 


More information about the svn-ports-head mailing list