summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-03-19 08:54:29 +0000
committerwiz <wiz@pkgsrc.org>2022-03-19 08:54:29 +0000
commitccefd6d8a086b5307aa93f0e5bcfd9cb169cf5ad (patch)
tree39e2d74518d91fce038fd68510adf78a6b10a363 /devel
parent14e2a814f628621455530d334191d8450fd6dd0b (diff)
downloadpkgsrc-ccefd6d8a086b5307aa93f0e5bcfd9cb169cf5ad.tar.gz
py-dict2xml: 1.7.1 does not support python2 any longer, mark it as such
Diffstat (limited to 'devel')
-rw-r--r--devel/py-dict2xml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-dict2xml/Makefile b/devel/py-dict2xml/Makefile
index 5f60ea1f3fe..5b3bcc7facd 100644
--- a/devel/py-dict2xml/Makefile
+++ b/devel/py-dict2xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/03/16 06:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/03/19 08:54:29 wiz Exp $
DISTNAME= dict2xml-1.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"