summaryrefslogtreecommitdiff
path: root/time/py-arrow
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-20 17:00:35 +0000
committerwiz <wiz@pkgsrc.org>2017-02-20 17:00:35 +0000
commitff1246cb54af52ef3c16441f7f74f7537721d44f (patch)
tree5d59a657818b5916bc70e512e3fa49873216e5d6 /time/py-arrow
parentcb444d4fcc96c35449b9ce6389681accc870f5c1 (diff)
downloadpkgsrc-ff1246cb54af52ef3c16441f7f74f7537721d44f.tar.gz
Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
Diffstat (limited to 'time/py-arrow')
-rw-r--r--time/py-arrow/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/time/py-arrow/Makefile b/time/py-arrow/Makefile
index afb32239494..87baf436f6e 100644
--- a/time/py-arrow/Makefile
+++ b/time/py-arrow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:37 wiz Exp $
DISTNAME= arrow-0.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,10 +10,9 @@ HOMEPAGE= http://crsmithdev.com/arrow/
COMMENT= Better dates and times for Python
LICENSE= apache-2.0
-USE_LANGUAGES= # none
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-PYTHON_VERSIONED_DEPENDENCIES+= dateutil
+USE_LANGUAGES= # none
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"