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:   wiz
Date:           Sun Dec 17 08:36:01 UTC 2023

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

Log Message:
py-bandit: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/security/py-bandit/Makefile:1.5
--- pkgsrc/security/py-bandit/Makefile:1.4      Mon Dec 11 17:18:36 2023
+++ pkgsrc/security/py-bandit/Makefile  Sun Dec 17 08:36:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/12/11 17:18:36 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/12/17 08:36:01 wiz Exp $
 
 DISTNAME=      bandit-1.7.6
 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}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-gitpython>=3.1.30:../../devel/py-gitpython
 DEPENDS+=      ${PYPKGPREFIX}-rich-[0-9]*:../../comms/py-rich
 DEPENDS+=      ${PYPKGPREFIX}-stevedore>=1.20.0:../../devel/py-stevedore



Home | Main Index | Thread Index | Old Index