summaryrefslogtreecommitdiff
path: root/finance/py-trytond-bank
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-03-13 20:20:48 +0000
committerwiz <wiz@pkgsrc.org>2020-03-13 20:20:48 +0000
commit5b566f7d29baf4ddb8e804ce542c827cf80f1d8c (patch)
tree2a960e1428075166fda84b4c9022897b0b9bfc58 /finance/py-trytond-bank
parent19a7f12cb9608df26bf807029ebef37ada3c543d (diff)
downloadpkgsrc-5b566f7d29baf4ddb8e804ce542c827cf80f1d8c.tar.gz
py-tryton*: put python-2.7 restriction only in those packages where it belongs
(and the meta package) Fix PLIST for py-trytond for all python versions.
Diffstat (limited to 'finance/py-trytond-bank')
-rw-r--r--finance/py-trytond-bank/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/finance/py-trytond-bank/Makefile b/finance/py-trytond-bank/Makefile
index a6ee958d15d..a3e646b288d 100644
--- a/finance/py-trytond-bank/Makefile
+++ b/finance/py-trytond-bank/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:30:56 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/13 20:20:49 wiz Exp $
TRYTON_MODULE_NAME= trytond_bank
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= finance python
@@ -16,7 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_bank.py
-PYTHON_VERSIONS_ACCEPTED= 27 # py-simplesoap via py-stdnum
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"