diff options
Diffstat (limited to 'finance/py-trytond-currency/Makefile')
-rw-r--r-- | finance/py-trytond-currency/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/py-trytond-currency/Makefile b/finance/py-trytond-currency/Makefile index bb5de7303b6..26aaea075af 100644 --- a/finance/py-trytond-currency/Makefile +++ b/finance/py-trytond-currency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/03/15 00:17:35 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2015/08/24 14:49:43 richard Exp $ TRYTON_MODULE_NAME= trytond_currency .include "../../devel/py-trytond/Makefile.common" CATEGORIES= finance python @@ -12,7 +12,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -REPLACE_PYTHON+= tests/test_currency.py +REPLACE_PYTHON+= tests/test_currency.py tests/tools.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" |