diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-02 16:58:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-02 16:58:57 +0000 |
commit | 3f371406f0211108695222d9100cde6d4f09369e (patch) | |
tree | 0354f2b2ec426ef3a3cfd27e1d7766a3c554528b /net | |
parent | b990f2751ea2b632cdfcfff00d40a0492433bcb8 (diff) | |
download | pkgsrc-3f371406f0211108695222d9100cde6d4f09369e.tar.gz |
doesn't build with python24
Diffstat (limited to 'net')
-rw-r--r-- | net/py-boto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile index 08cf1cddcc5..af20a02cbf0 100644 --- a/net/py-boto/Makefile +++ b/net/py-boto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/07/03 10:01:04 dholland Exp $ +# $NetBSD: Makefile,v 1.10 2011/10/02 16:58:57 dholland Exp $ # DISTNAME= boto-1.9b @@ -14,7 +14,7 @@ COMMENT= Python interface to Amazon web services PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 REPLACE_PYTHON+= boto/*/*.py |