py-loguru: add missing tools

This commit is contained in:
wiz 2023-12-13 19:22:45 +00:00
parent 6de5aa2d51
commit b74bebbd5b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2023/11/27 15:31:19 adam Exp $
# $NetBSD: Makefile,v 1.4 2023/12/13 19:22:45 wiz Exp $
DISTNAME= loguru-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/Delgan/loguru
COMMENT= Python logging made (stupidly) simple
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=1.2.2:../../devel/py-freezegun
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-plugins>=1.10.1:../../devel/py-test-mypy-plugins