aboutsummaryrefslogtreecommitdiff
path: root/net/py-urllib3
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-10 16:04:33 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-10 16:04:33 +0000
commit0bb581cd3c1b1112c375848cecabcbbabdaeb330 (patch)
treed08a9cfa47ecbdad0f20c965a5ecab4e2880feb0 /net/py-urllib3
parentf847247fe08d92ef708296d09071c39a55271a35 (diff)
downloadports-0bb581cd3c1b1112c375848cecabcbbabdaeb330.tar.gz
ports-0bb581cd3c1b1112c375848cecabcbbabdaeb330.zip
Remove empty PY_IPADDRESS from ports using Python 3.6+
Also remove one manual declaration (net-mgmt/py-aggregate6)
Notes
Notes: svn path=/head/; revision=561083
Diffstat (limited to 'net/py-urllib3')
-rw-r--r--net/py-urllib3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile
index c817d641da8f..59f0e20b2588 100644
--- a/net/py-urllib3/Makefile
+++ b/net/py-urllib3/Makefile
@@ -39,8 +39,7 @@ SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6:net/py-pysocks@${PY_FLA
SSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR} \
- ${PY_IPADDRESS}
+ ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR}
# Test 'test_ssl_read_timeout' fails with FreeBSD >= 12.0. That was already the
# case with earlier versions of net/py-urllib3.