py-fixtures: add py-setuptools tool dependency (fix bulk builds)

This commit is contained in:
gutteridge 2024-01-28 01:55:30 +00:00
parent cb02bac2cd
commit 8f3c01afa9
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2023/12/17 08:29:04 wiz Exp $
# $NetBSD: Makefile,v 1.11 2024/01/28 01:55:30 gutteridge Exp $
DISTNAME= fixtures-4.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -11,6 +11,7 @@ COMMENT= Fixtures, reusable state for writing clean tests and more
LICENSE= apache-2.0 OR modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=0:../../devel/py-pbr
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
# needs py-testtools for testing, but that depends on this
#TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools