aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 18:25:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 18:25:06 +0000
commit56fca6e4b7342cb468694ca645e43e81f9699fae (patch)
tree897e69ff13443913cf7c77ae76e9a1102a8c1a78
parentd03146e97c3ebc862993bde5ce2db1a3fb24be8a (diff)
downloadports-56fca6e4b7342cb468694ca645e43e81f9699fae.tar.gz
ports-56fca6e4b7342cb468694ca645e43e81f9699fae.zip
www/py-httpx-socks: Fix RUN_DEPENDS to match setup.py
- Allow build with py-httpcore 0.14.0+ from setup.py: install_requires=[ 'httpx>=0.20.0', 'httpcore>=0.13.7', 'python-socks>=1.2.4', ],
-rw-r--r--www/py-httpx-socks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-httpx-socks/Makefile b/www/py-httpx-socks/Makefile
index e4e205ffc5f8..5e397e54998f 100644
--- a/www/py-httpx-socks/Makefile
+++ b/www/py-httpx-socks/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}curio>0:devel/py-curio@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}httpcore>=0.13.7<0.14:www/py-httpcore@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}httpcore>=0.13.7:www/py-httpcore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>=0.20.0:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-socks>0:net/py-python-socks@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} \