From da44dcb87e713dcb6e75a465ed41eb64f5ffad0c Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 16 Mar 2020 13:10:13 +0100 Subject: 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 734af38737..8dd8c1907c 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") -- cgit v1.2.3