summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:12:37 +0000
committersunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:12:37 +0000
commitc1d9c29b9d1c24b2f2499d234dc364d3bdf983f0 (patch)
treeef39b418c9cbe98ff7b7fd51f51fc92c46d46e16
parent656b6c904dddd8afff7b93fad6f9d4340596925f (diff)
downloadfreebsd-ports-c1d9c29b9d1c24b2f2499d234dc364d3bdf983f0.tar.gz
freebsd-ports-c1d9c29b9d1c24b2f2499d234dc364d3bdf983f0.tar.bz2
Update RUN_DEPENDS after r569185
git-svn-id: http://svn.freebsd.org/ports/head@569579 35697150-7ecd-e111-bb59-0022644237b5
-rw-r--r--www/py-httpx013/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-httpx013/Makefile b/www/py-httpx013/Makefile
index 6c300ef1f3eb..265fffb19b91 100644
--- a/www/py-httpx013/Makefile
+++ b/www/py-httpx013/Makefile
@@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}chardet>=3.0<4,1:textproc/py-chardet@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}chardet>=3.0,1<4,1:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hstspreload>=0:www/py-hstspreload@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpcore>=0.9:www/py-httpcore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=2.0<3:dns/py-idna@${PY_FLAVOR} \