From 58a334309cdd81385d77ef77cb73e6b4096cacc2 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Sun, 2 May 2021 13:57:42 -0700 Subject: [PATCH 02/55] python-oslo.i18n requires python-bandit for testing --- gnu/packages/openstack.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 6e36d298f5..daf3c5a61c 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -472,6 +472,7 @@ pipeline and used by various modules such as logging.") (native-inputs `(("python-pbr" ,python-pbr) ;; Tests + ("python-bandit" ,python-bandit) ("python-mock" ,python-mock) ("python-mox3" ,python-mox3) ("python-oslotest" ,python-oslotest) -- 2.31.1