summaryrefslogtreecommitdiff
path: root/finance/py-trytond-analytic-account/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/py-trytond-analytic-account/Makefile')
-rw-r--r--finance/py-trytond-analytic-account/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/finance/py-trytond-analytic-account/Makefile b/finance/py-trytond-analytic-account/Makefile
index fef58c3854e..8f1341ca8cb 100644
--- a/finance/py-trytond-analytic-account/Makefile
+++ b/finance/py-trytond-analytic-account/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/12/04 21:13:02 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2017/02/20 17:00:36 wiz Exp $
TRYTON_MODULE_NAME= trytond_analytic_account
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= finance python
@@ -8,6 +8,7 @@ HOMEPAGE= http://www.tryton.org/
COMMENT= The analytic_account module of the Tryton application platform
LICENSE= gnu-gpl-v3
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-trytond-account>=${TRYTON_BASEVER}:../../finance/py-trytond-account
DEPENDS+= ${PYPKGPREFIX}-trytond-company>=${TRYTON_BASEVER}:../../misc/py-trytond-company
DEPENDS+= ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
@@ -16,11 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES= dateutil
-
REPLACE_PYTHON+= tests/test_analytic_account.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"