summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-22 21:04:10 +0000
committerrillig <rillig@pkgsrc.org>2020-05-22 21:04:10 +0000
commitd369916151cfb3aa48ddc3ed79ccfc08cf631532 (patch)
treeec21fcc739db7f32afdb624d2586535235d30435 /devel
parent6185ef1ed2ccaee7b64900adf0e2ad762208aaba (diff)
downloadpkgsrc-d369916151cfb3aa48ddc3ed79ccfc08cf631532.tar.gz
devel/py-proteus: remove nonexistent files from REPLACE_PYTHON
Diffstat (limited to 'devel')
-rw-r--r--devel/py-proteus/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/py-proteus/Makefile b/devel/py-proteus/Makefile
index 68dacdf39d9..806ddcb2f94 100644
--- a/devel/py-proteus/Makefile
+++ b/devel/py-proteus/Makefile
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:38 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/22 21:04:10 rillig Exp $
+
TRYTON_MODULE_NAME= proteus
PKGREVISION= 1
.include "../../devel/py-trytond/Makefile.common"
@@ -17,9 +18,6 @@ USE_LANGUAGES= # none
.include "options.mk"
-REPLACE_PYTHON+= tests/test_wizard.py tests/test_report.py tests/test_model.py tests/test_context.py
-REPLACE_PYTHON+= tests/test_config.py
-
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"