summaryrefslogtreecommitdiff
path: root/meta-pkgs
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 /meta-pkgs
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 'meta-pkgs')
-rw-r--r--meta-pkgs/py-tryton-platform/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/py-tryton-platform/Makefile b/meta-pkgs/py-tryton-platform/Makefile
index 7088c1fe424..1648bff9cfc 100644
--- a/meta-pkgs/py-tryton-platform/Makefile
+++ b/meta-pkgs/py-tryton-platform/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/11/03 19:35:55 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/13 20:20:49 wiz Exp $
#
DISTNAME= # empty
PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -14,6 +14,8 @@ COMMENT= Install complete tryton client/server platform
META_PACKAGE= yes
+PYTHON_VERSIONS_ACCEPTED= 27 # some dependencies only for python-2.7 as of 20200313
+
.include "../../lang/python/pyversion.mk"
DEPENDS+= ${PYPKGPREFIX}-trytond-ldap-authentication>=${TRYTON_BASEVER}:../../databases/py-trytond-ldap-authentication