diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 11:33:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 11:33:27 +0000 |
commit | 589c4a37e7685ff6fc278b26ec4298a98aeac9bf (patch) | |
tree | 490648f117b64ac1d60eb7ae38dd9cc1c1643e41 /mail/py-libgmail | |
parent | 25f7b911ee942dc83677a505c461de4cabe67ac3 (diff) | |
download | pkgsrc-589c4a37e7685ff6fc278b26ec4298a98aeac9bf.tar.gz |
Drop PYTHON_VERSION_ACCEPTED restriction, because it was just not accept 23.
Diffstat (limited to 'mail/py-libgmail')
-rw-r--r-- | mail/py-libgmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile index be89c223004..fa0b1ecd90a 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:24 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2011/06/14 11:33:27 obache Exp $ # DISTNAME= libgmail-0.1.5.1 @@ -13,7 +13,6 @@ COMMENT= Python bindings to access Google mail PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" |