diff options
-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 |