diff --git a/devel/py-colorama/Makefile b/devel/py-colorama/Makefile index 6f8a0995a302..0f72fd4dde91 100644 --- a/devel/py-colorama/Makefile +++ b/devel/py-colorama/Makefile @@ -1,21 +1,21 @@ PORTNAME= colorama PORTVERSION= 0.4.6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ygy@FreeBSD.org COMMENT= Cross-platform API to print colored terminal text from Python applications WWW= https://github.com/tartley/colorama LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.25.1:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes .include