summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel45
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-07-24 17:29:08 +0000
committermaya <maya@pkgsrc.org>2018-07-24 17:29:08 +0000
commite171f9a171e574cc2503daef071fb4cd1c350740 (patch)
tree321b3b3834480a065fde8c7d21094b27cfd67d88 /sysutils/xenkernel45
parent80528db8ac0275464f85a815418e95419c1aa633 (diff)
downloadpkgsrc-e171f9a171e574cc2503daef071fb4cd1c350740.tar.gz
sysutils/xen*: invert python version logic, only 2.7 is ok.
Mostly so we don't match python37 on xen 4.11, but also because python3 is a moving target and this saves us having to add the next version.
Diffstat (limited to 'sysutils/xenkernel45')
-rw-r--r--sysutils/xenkernel45/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xenkernel45/Makefile b/sysutils/xenkernel45/Makefile
index 01c49ac754f..fde73a1b930 100644
--- a/sysutils/xenkernel45/Makefile
+++ b/sysutils/xenkernel45/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2018/07/03 05:03:34 adam Exp $
+# $NetBSD: Makefile,v 1.34 2018/07/24 17:29:08 maya Exp $
VERSION= 4.5.5
DISTNAME= xen-${VERSION}
@@ -22,7 +22,7 @@ NO_CONFIGURE= yes
USE_TOOLS+= gmake
PYTHON_FOR_BUILD_ONLY= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
+PYTHON_VERSIONS_ACCEPTED= 27
MAKE_ENV+= OCAML_TOOLS=no