guix-commits
[Top][All Lists]
Advanced

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

22/37: gnu: Remove python2-bandit.


From: guix-commits
Subject: 22/37: gnu: Remove python2-bandit.
Date: Mon, 16 Mar 2020 10:46:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit da44dcb87e713dcb6e75a465ed41eb64f5ffad0c
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 13:10:13 2020 +0100

    gnu: Remove python2-bandit.
    
    This package fails to build and has no users in Guix.
    
    * gnu/packages/openstack.scm (python2-bandit): Remove variable.
---
 gnu/packages/openstack.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 734af38..8dd8c19 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -87,9 +87,6 @@ appropriate plugins against the AST nodes.  Once Bandit has 
finished scanning
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]