summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-11-09 22:51:19 +0000
committerwiz <wiz@pkgsrc.org>2022-11-09 22:51:19 +0000
commit5e43cad28d434782aff5cb63d5446cd02f5b43c2 (patch)
treeb506cb90ffc90457513a3321f39734957153a536 /sysutils
parentd8631d30d8aa4a0d759621cb52f24247d61d721f (diff)
downloadpkgsrc-5e43cad28d434782aff5cb63d5446cd02f5b43c2.tar.gz
py-reprotest: for python 3.x only
Perhaps even 3.9+, but the bulk builds will tell
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-reprotest/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/py-reprotest/Makefile b/sysutils/py-reprotest/Makefile
index a48448bcfcd..df1001d975b 100644
--- a/sysutils/py-reprotest/Makefile
+++ b/sysutils/py-reprotest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/09 22:26:26 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/09 22:51:19 wiz Exp $
DISTNAME= reprotest-0.7.22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-diffoscope>=226:../../sysutils/py-diffoscope
DEPENDS+= ${PYPKGPREFIX}-distro>=0:../../devel/py-distro
DEPENDS+= ${PYPKGPREFIX}-rstr>=0:../../devel/py-rstr
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
REPLACE_PYTHON+= reprotest/virt/autopkgtest-virt-chroot \
reprotest/virt/autopkgtest-virt-lxc \
reprotest/virt/autopkgtest-virt-lxd \