summaryrefslogtreecommitdiff
path: root/textproc/py-xml
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-25 19:49:03 +0000
committerjoerg <joerg>2008-04-25 19:49:03 +0000
commitec225d735e7d7d80647caa07fbccd41e36e1a2e2 (patch)
tree6edb2483319a2ac02cf523eb27e72ac9b22c6699 /textproc/py-xml
parent09b2d56836441be4c090b7062eae9cf5a4f7a9ee (diff)
downloadpkgsrc-ec225d735e7d7d80647caa07fbccd41e36e1a2e2.tar.gz
Explicitly include Python 2.1 as it is required by Zope 2.5.
Diffstat (limited to 'textproc/py-xml')
-rw-r--r--textproc/py-xml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index a4120603426..4f54a7fe65a 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/11/05 17:06:43 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/25 19:49:03 joerg Exp $
#
DISTNAME= PyXML-0.8.4
@@ -13,6 +13,8 @@ COMMENT= Collection of libraries to process XML with Python
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
+
CONFLICTS+= PyXML-[0-9]*
PYDISTUTILSPKG= yes