diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 16:56:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 16:56:08 +0000 |
commit | 0a9fc3f7f3391ab8ab124ff1d8a7cb787fc33443 (patch) | |
tree | 87b03a716073f9974bc5af40f83cd61a59a92917 /net/py-google | |
parent | 2f446c9a16b5bb72622733a18e7dcd3b4bb55ca9 (diff) | |
download | pkgsrc-0a9fc3f7f3391ab8ab124ff1d8a7cb787fc33443.tar.gz |
py-SOAPpy needs Python 2.2+
Diffstat (limited to 'net/py-google')
-rw-r--r-- | net/py-google/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index f31cf22242b..cefb5889281 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/06/02 16:34:31 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2006/06/07 16:56:08 joerg Exp $ # DISTNAME= pygoogle-0.6 @@ -13,7 +13,7 @@ COMMENT= Call the Google web API from Python PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../lang/python/extension.mk" .include "../../net/py-soappy/buildlink3.mk" |