summaryrefslogtreecommitdiff
path: root/time/py-trytond-calendar-scheduling
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-20 17:00:35 +0000
committerwiz <wiz>2017-02-20 17:00:35 +0000
commit2a0f8713c8b9b2a922bf7d2c7f3f7ef57f606e28 (patch)
tree5d59a657818b5916bc70e512e3fa49873216e5d6 /time/py-trytond-calendar-scheduling
parentb11095ad512162b2834c7b82f0d155fc978597b1 (diff)
downloadpkgsrc-2a0f8713c8b9b2a922bf7d2c7f3f7ef57f606e28.tar.gz
Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
Diffstat (limited to 'time/py-trytond-calendar-scheduling')
-rw-r--r--time/py-trytond-calendar-scheduling/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/time/py-trytond-calendar-scheduling/Makefile b/time/py-trytond-calendar-scheduling/Makefile
index 4ffb8a60401..f69536876b4 100644
--- a/time/py-trytond-calendar-scheduling/Makefile
+++ b/time/py-trytond-calendar-scheduling/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/12/04 21:13:08 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/20 17:00:37 wiz Exp $
TRYTON_MODULE_NAME= trytond_calendar_scheduling
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= python time
@@ -8,6 +8,7 @@ HOMEPAGE= http://www.tryton.org/
COMMENT= Calendar scheduling module of Tryton's application platform
LICENSE= gnu-gpl-v3
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-pywebdav>=0.9.8:../../www/py-pywebdav
DEPENDS+= ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar
DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav
@@ -15,9 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES= dateutil
-
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"