summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:12:23 +0000
committersunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:12:23 +0000
commit219ceb53f2e61634d5b00ed281adf9975da1c790 (patch)
tree7f3f825bc8c9e884088cb87f70a07590e1ddc864
parent74f8f86104427c341f107300bb5000ce06cb3aeb (diff)
downloadfreebsd-ports-219ceb53f2e61634d5b00ed281adf9975da1c790.tar.gz
freebsd-ports-219ceb53f2e61634d5b00ed281adf9975da1c790.tar.bz2
Update RUN_DEPENDS after r569185
git-svn-id: http://svn.freebsd.org/ports/head@569576 35697150-7ecd-e111-bb59-0022644237b5
-rw-r--r--devel/py-tabulator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-tabulator/Makefile b/devel/py-tabulator/Makefile
index d1cb7db69ffd..ca59ffe16c28 100644
--- a/devel/py-tabulator/Makefile
+++ b/devel/py-tabulator/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.9:www/py-boto3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}chardet>=3.0:textproc/py-chardet@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}chardet>=3.0,1:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ijson>=3.0.3:devel/py-ijson@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonlines>=1.1:devel/py-jsonlines@${PY_FLAVOR} \