diff options
Diffstat (limited to 'misc/py-trytond-company/Makefile')
-rw-r--r-- | misc/py-trytond-company/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-trytond-company/Makefile b/misc/py-trytond-company/Makefile index 23e9198fa1d..39b78c2ba5f 100644 --- a/misc/py-trytond-company/Makefile +++ b/misc/py-trytond-company/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:44 richard Exp $ TRYTON_MODULE_NAME= trytond_company .include "../../devel/py-trytond/Makefile.common" CATEGORIES= misc python @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond USE_LANGUAGES= # none -REPLACE_PYTHON+= tests/test_company.py +REPLACE_PYTHON+= tests/test_company.py tests/tools.py .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" |