diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-30 19:12:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-30 19:12:09 +0000 |
commit | 1e62ad3db834ff6bcb1b1ae6a01b2c295d7baf8b (patch) | |
tree | c2072b24cab0856db06ac3e33fb9d7dca5052ea6 | |
parent | Update to 3.7.2 (diff) |
Update RUN_DEPENDS after r569185
Notes
Notes:
svn path=/head/; revision=569573
-rw-r--r-- | devel/py-datapackage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-datapackage/Makefile b/devel/py-datapackage/Makefile index 7fed083f2fd3..0813b050897e 100644 --- a/devel/py-datapackage/Makefile +++ b/devel/py-datapackage/Makefile @@ -13,7 +13,7 @@ COMMENT= Utilities to work with Data Packages LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0:textproc/py-chardet@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0,1:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpointer>=1.10:devel/py-jsonpointer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5:devel/py-jsonschema@${PY_FLAVOR} \ |