diff options
author | wiz <wiz> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-01-01 14:43:22 +0000 |
commit | e6bb11fe76ee3070a3d5660c9d0557e3c7de0237 (patch) | |
tree | e76899e3fd3b6a6a58bb4e74444c8b3242764f99 /mail/py-libgmail | |
parent | c9c2a15216dcfe339449f2359e90583d89937f9f (diff) | |
download | pkgsrc-e6bb11fe76ee3070a3d5660c9d0557e3c7de0237.tar.gz |
Add python-3.6 to incompatible versions.
Diffstat (limited to 'mail/py-libgmail')
-rw-r--r-- | mail/py-libgmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile index be5908dea0e..ed6f25690c0 100644 --- a/mail/py-libgmail/Makefile +++ b/mail/py-libgmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 13:03:54 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:45 wiz Exp $ DISTNAME= libgmail-0.1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-mechanize-[0-9]*:../../www/py-mechanize USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mechanize +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-mechanize .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |