diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-10 19:59:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-10 19:59:06 +0000 |
commit | 61d3106cd89c4741b5f53f8413b7c360e210ca5f (patch) | |
tree | cd25d1ff1d0af668582bd3153203349092740e58 /net/py-urllib3/Makefile | |
parent | 676e08254a5f6ba1638e07403be82a4b9ad1ac9a (diff) | |
download | ports-61d3106cd89c4741b5f53f8413b7c360e210ca5f.tar.gz ports-61d3106cd89c4741b5f53f8413b7c360e210ca5f.zip |
Notes
Diffstat (limited to 'net/py-urllib3/Makefile')
-rw-r--r-- | net/py-urllib3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index 7da693e1fb6e..036d1d839ef9 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${FLAVOR} \ + ${PY_IPADDRESS} \ ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \ @@ -29,10 +30,6 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress@${FLAVOR} -.endif - .if ${PYTHON_REL} < 3400 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${FLAVOR} .endif |