diff options
author | wiz <wiz@pkgsrc.org> | 2021-12-19 14:16:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-12-19 14:16:04 +0000 |
commit | 8ce0d75f7c710aa8047d855dc916132280ca99f3 (patch) | |
tree | 5e27b46ebfb2009d90cd1de6e2b99184d9b1a1c8 /www/py-multipart | |
parent | 6b89057603e6348452e5a58657bea73529d0e212 (diff) | |
download | pkgsrc-8ce0d75f7c710aa8047d855dc916132280ca99f3.tar.gz |
py-multipart: not for python 2.7
Diffstat (limited to 'www/py-multipart')
-rw-r--r-- | www/py-multipart/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-multipart/Makefile b/www/py-multipart/Makefile index 0aa04a0f9de..ab02cd2d300 100644 --- a/www/py-multipart/Makefile +++ b/www/py-multipart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/11/25 12:11:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2021/12/19 14:16:04 wiz Exp $ DISTNAME= multipart-0.2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,6 +12,8 @@ LICENSE= mit TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_LANGUAGES= # none # one test failure as of 0.2.4 |