diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-15 14:21:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-15 14:21:03 +0000 |
commit | 8c8728d2f52d2bfff689b9eebebd94486929a8ee (patch) | |
tree | eae7dff7b74ab68f9c156ce8d3c0287ef06783a4 | |
parent | c3f14c8d8029292dbdafb98f3debdd0eacd1a38f (diff) | |
download | ports-8c8728d2f52d2bfff689b9eebebd94486929a8ee.tar.gz ports-8c8728d2f52d2bfff689b9eebebd94486929a8ee.zip |
Notes
-rw-r--r-- | security/py-service_identity/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile index b1cd0eee757a..1aa5d0408db3 100644 --- a/security/py-service_identity/Makefile +++ b/security/py-service_identity/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ + ${PY_IPADDRESS} \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} @@ -23,10 +24,4 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_VER} < 3.3 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |