apteryx pushed a commit to branch master
in repository guix.
commit 3794aff8857cb3b7c4c311bef3717b1b06ad22b8
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Jan 29 10:15:08 2021 -0500
gnu: python2-oslotest: Remove package.
* gnu/packages/openstack.scm (python2-oslotest: Delete.
---
gnu/packages/openstack.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 94a11ef..6cd8a6f 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -658,9 +658,6 @@ documentation from the OpenStack project.")
for debugging, and better support for mocking results.")
(license asl2.0)))
-(define-public python2-oslotest
- (package-with-python2 python-oslotest))
-
(define-public python-oslo.utils
(package
(name "python-oslo.utils")