mbakke pushed a commit to branch master
in repository guix.

commit dc99be08ef148776f536c04a55cc81bcb76a1b9c
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Mar 16 13:06:07 2020 +0100

    gnu: Remove python2-tempest-lib.
    
    This package fails to build and has no users in Guix.
    
    * gnu/packages/openstack.scm (python2-tempest-lib): 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 07c443b..07c2dbe 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -376,9 +376,6 @@ extensions.")
 common features used in Tempest.")
     (license asl2.0)))
 
-(define-public python2-tempest-lib
-  (package-with-python2 python-tempest-lib))
-
 ;; Packages from the Oslo library
 (define-public python-oslo.config
   (package

Reply via email to