summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-22 21:08:42 +0000
committerrillig <rillig@pkgsrc.org>2020-05-22 21:08:42 +0000
commit49a79363ee0081119702352f68e475d2c16cb26e (patch)
tree486018833e13ced6b9b8d1cbc9ebf9ed00677079 /finance
parentb37ec3b0eace769ce6a44f7b10189e25689f87f3 (diff)
downloadpkgsrc-49a79363ee0081119702352f68e475d2c16cb26e.tar.gz
py-trytond-product-cost-fifo: remove REPLACE_PYTHON
This package does not have any tests anymore.
Diffstat (limited to 'finance')
-rw-r--r--finance/py-trytond-product-cost-fifo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/py-trytond-product-cost-fifo/Makefile b/finance/py-trytond-product-cost-fifo/Makefile
index 9b8b46f81a0..d6668660722 100644
--- a/finance/py-trytond-product-cost-fifo/Makefile
+++ b/finance/py-trytond-product-cost-fifo/Makefile
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:30:57 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/22 21:08:42 rillig Exp $
+
TRYTON_MODULE_NAME= trytond_product_cost_fifo
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= finance python
@@ -14,8 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
USE_LANGUAGES= # none
-REPLACE_PYTHON+= tests/test_product_cost_fifo.py
-
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"