diff options
-rw-r--r-- | www/py-wtforms-recaptcha/Makefile | 4 | ||||
-rw-r--r-- | www/py-wtforms-test/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/py-wtforms-recaptcha/Makefile b/www/py-wtforms-recaptcha/Makefile index f65b6b59528..aeaf5c8d7c8 100644 --- a/www/py-wtforms-recaptcha/Makefile +++ b/www/py-wtforms-recaptcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/25 15:31:56 wiz Exp $ DISTNAME= wtforms-recaptcha-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,6 +13,8 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-wtforms>=0.6.1:../../www/py-wtforms +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-wtforms + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" diff --git a/www/py-wtforms-test/Makefile b/www/py-wtforms-test/Makefile index e4d298f6966..264296be822 100644 --- a/www/py-wtforms-test/Makefile +++ b/www/py-wtforms-test/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/01/04 20:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/05/25 15:31:56 wiz Exp $ DISTNAME= WTForms-Test-0.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -13,6 +13,8 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.2:../../www/py-wtforms +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-wtforms + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" |