diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-19 21:55:06 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-12-20 22:47:02 -0500 |
commit | d4245cc8f3ef5c88af53c53d57ed68ed38ef8311 (patch) | |
tree | d4fb355a3bbb3fbe1d60f45a9858b1597ed14797 | |
parent | 5ee8fcdf67104e539eeb369af1a0f8f35a06a50d (diff) | |
download | guix-d4245cc8f3ef5c88af53c53d57ed68ed38ef8311.tar.gz |
gnu: python2-oslo.context: Remove package.
* gnu/packages/openstack.scm (python2-oslo.context): Remove variable.
-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 72e78dc9d3..f7ca0a57b7 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -469,9 +469,6 @@ about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.") (license asl2.0))) -(define-public python2-oslo.context - (package-with-python2 python-oslo.context)) - (define-public python-oslo.i18n (package (name "python-oslo.i18n") |