pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-stevedore



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Jan 28 01:59:27 UTC 2024

Modified Files:
        pkgsrc/devel/py-stevedore: Makefile

Log Message:
py-stevedore: add missing tool dependencies (fix bulk builds)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-stevedore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-stevedore/Makefile
diff -u pkgsrc/devel/py-stevedore/Makefile:1.13 pkgsrc/devel/py-stevedore/Makefile:1.14
--- pkgsrc/devel/py-stevedore/Makefile:1.13     Sat Jan 20 08:29:27 2024
+++ pkgsrc/devel/py-stevedore/Makefile  Sun Jan 28 01:59:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/01/20 08:29:27 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/01/28 01:59:27 gutteridge Exp $
 
 DISTNAME=      stevedore-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,8 @@ COMMENT=      Manage dynamic plugins for Pyth
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-pbr>=2.1.1:../../devel/py-pbr
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-bandit>=1.6.0:../../security/py-bandit
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.5:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.2.0:../../textproc/py-sphinx



Home | Main Index | Thread Index | Old Index