aboutsummaryrefslogtreecommitdiff
path: root/devel/py-arrow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-arrow/Makefile')
-rw-r--r--devel/py-arrow/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-arrow/Makefile b/devel/py-arrow/Makefile
index 8ece62082db3..15d49d9573a0 100644
--- a/devel/py-arrow/Makefile
+++ b/devel/py-arrow/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arrow
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ WWW= https://github.com/arrow-py/arrow
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}types-python-dateutil>=2.8.10:devel/py-types-python-dateutil@${PY_FLAVOR}
USES= python