pkgsrc-WIP-changes archive

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

py-bandit: py-git was imported as py-gitpython in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 14 02:10:44 2021 +0200
Changeset:	4f412cf32da75ee2ba94cfff8b1910f2dbddfa4d

Modified Files:
	py-bandit/Makefile

Log Message:
py-bandit: py-git was imported as py-gitpython in pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f412cf32da75ee2ba94cfff8b1910f2dbddfa4d

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

diffstat:
 py-bandit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-bandit/Makefile b/py-bandit/Makefile
index 557fa1f7ca..69831820c2 100644
--- a/py-bandit/Makefile
+++ b/py-bandit/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/PyCQA/bandit
 COMMENT=	Security oriented static analyser for python code
 LICENSE=	apache-2.0
 
-DEPENDS+=	${PYPKGPREFIX}-git>=1.0.1:../../wip/py-git
+DEPENDS+=	${PYPKGPREFIX}-gitpython>=1.0.1:../../devel/py-gitpython
 DEPENDS+=	${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-stevedore>=1.20.0:../../devel/py-stevedore
 DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml


Home | Main Index | Thread Index | Old Index