pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-bandit



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Feb 14 03:37:57 UTC 2024

Modified Files:
        pkgsrc/security/py-bandit: Makefile

Log Message:
py-bandit: py-setuptools is also a tool dependency (fix builds)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-bandit/Makefile

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

Modified files:

Index: pkgsrc/security/py-bandit/Makefile
diff -u pkgsrc/security/py-bandit/Makefile:1.6 pkgsrc/security/py-bandit/Makefile:1.7
--- pkgsrc/security/py-bandit/Makefile:1.6      Wed Jan 24 06:50:34 2024
+++ pkgsrc/security/py-bandit/Makefile  Wed Feb 14 03:37:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/24 06:50:34 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/02/14 03:37:57 gutteridge Exp $
 
 DISTNAME=      bandit-1.7.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Security oriented static analys
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=2.0.0:../../devel/py-pbr
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-gitpython>=3.1.30:../../devel/py-gitpython
 DEPENDS+=      ${PYPKGPREFIX}-rich-[0-9]*:../../comms/py-rich



Home | Main Index | Thread Index | Old Index