mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Remove python2-bandit.
This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-bandit): Remove variable.
This commit is contained in:
parent
9ff7c73ba5
commit
da44dcb87e
1 changed files with 0 additions and 3 deletions
|
@ -87,9 +87,6 @@ (define-public python-bandit
|
|||
all the files it generates a report.")
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public python2-bandit
|
||||
(package-with-python2 python-bandit))
|
||||
|
||||
(define-public python-debtcollector
|
||||
(package
|
||||
(name "python-debtcollector")
|
||||
|
|
Loading…
Reference in a new issue