diff options
Diffstat (limited to 'finance/py-trytond-account/Makefile')
-rw-r--r-- | finance/py-trytond-account/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/py-trytond-account/Makefile b/finance/py-trytond-account/Makefile index 8ef0a9a6905..dfd8a37ba81 100644 --- a/finance/py-trytond-account/Makefile +++ b/finance/py-trytond-account/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/03/15 00:17:34 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2015/08/24 14:49:41 richard Exp $ TRYTON_MODULE_NAME= trytond_account .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python @@ -18,7 +18,7 @@ USE_LANGUAGES= # none PYTHON_VERSIONED_DEPENDENCIES= dateutil -REPLACE_PYTHON+= tests/test_account.py +REPLACE_PYTHON+= tests/test_account.py tests/tools.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" |