diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-10 16:04:33 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-10 16:04:33 +0000 |
commit | 0bb581cd3c1b1112c375848cecabcbbabdaeb330 (patch) | |
tree | d08a9cfa47ecbdad0f20c965a5ecab4e2880feb0 /net/py-urllib3/Makefile | |
parent | f847247fe08d92ef708296d09071c39a55271a35 (diff) | |
download | ports-0bb581cd3c1b1112c375848cecabcbbabdaeb330.tar.gz ports-0bb581cd3c1b1112c375848cecabcbbabdaeb330.zip |
Notes
Diffstat (limited to 'net/py-urllib3/Makefile')
-rw-r--r-- | net/py-urllib3/Makefile | 3 |
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. |