diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-25 19:49:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-25 19:49:03 +0000 |
commit | cf2cd71d61ab7281341a90bc3a0b68097b975a3a (patch) | |
tree | 6edb2483319a2ac02cf523eb27e72ac9b22c6699 /textproc/py-xml | |
parent | 3c1c5620a588fd3cbf8ea9a7c46d8faa168b1b43 (diff) | |
download | pkgsrc-cf2cd71d61ab7281341a90bc3a0b68097b975a3a.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/Makefile | 4 |
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 |