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