summaryrefslogtreecommitdiff
path: root/misc/py-trytond-stock-forecast
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
commitd6f96489a0adf6ef1185a53a15074577080379df (patch)
treeb9ba3baa4d0b7717bb6fd784dd497d15b091fb9e /misc/py-trytond-stock-forecast
parent873fbc865fdd3d3e8900c258dd4449f5dcbad02f (diff)
downloadpkgsrc-d6f96489a0adf6ef1185a53a15074577080379df.tar.gz
Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
Diffstat (limited to 'misc/py-trytond-stock-forecast')
-rw-r--r--misc/py-trytond-stock-forecast/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/py-trytond-stock-forecast/Makefile b/misc/py-trytond-stock-forecast/Makefile
index e5725e69675..98c7c9955e1 100644
--- a/misc/py-trytond-stock-forecast/Makefile
+++ b/misc/py-trytond-stock-forecast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/01/04 23:45:29 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:36 wiz Exp $
TRYTON_MODULE_NAME= trytond_stock_forecast
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= misc python
@@ -8,6 +8,7 @@ HOMEPAGE= http://www.tryton.org/
COMMENT= Stock forecast module of the Tryton application platform
LICENSE= gnu-gpl-v3
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-python-sql>=0.4:../../databases/py-python-sql
#projrev
DEPENDS+= ${PYPKGPREFIX}-trytond-company>=${TRYTON_BASEVER}:../../misc/py-trytond-company
@@ -15,11 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-tryton
DEPENDS+= ${PYPKGPREFIX}-trytond-stock>=${TRYTON_BASEVER}:../../misc/py-trytond-stock
DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
-PYTHON_VERSIONED_DEPENDENCIES+= dateutil
-
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"