diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:14:23 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-29 10:57:02 -0500 |
commit | 171b4aaa0fe4726e260569dc62197ae60fa0bb34 (patch) | |
tree | e4d3b0e9e959bf56f23e08b23c09bf4128295f0b | |
parent | 16038b0594f9b2235b617e92d41ee63ff4a1d485 (diff) |
gnu: python2-os-testr: Remove package.
* gnu/packages/openstack.scm (python2-os-testr): Delete.
-rw-r--r-- | gnu/packages/openstack.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 17a4f3dcdb..a6e298b8ef 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -305,9 +305,6 @@ to docs.openstack.org and developer.openstack.org.") for subunit.") (license asl2.0))) -(define-public python2-os-testr - (package-with-python2 python-os-testr)) - (define-public python-stevedore (package (name "python-stevedore") |