From 67c16c60322a973df22815980141d74e10405689 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Wed, 5 May 2021 23:53:57 -0700 Subject: [PATCH 24/55] python-oslo.i18n: upgrade to latest (5.0.1) --- gnu/packages/openstack.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 9964e90ae9..fdfada734b 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -525,21 +525,18 @@ pipeline and used by various modules such as logging.") (define-public python-oslo.i18n (package (name "python-oslo.i18n") - (version "3.20.0") + (version "5.0.1") (source (origin (method url-fetch) (uri (pypi-uri "oslo.i18n" version)) (sha256 (base32 - "0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3")))) + "0nq3dr2kbrawqvp9q9i8i44z9jliq98i2b9h4dsl6p7p60gbg11l")))) (build-system python-build-system) (arguments ; Disable tests, due to the cicrular dependency on oslo.config. `(#:tests? #f)) - (propagated-inputs - `(("python-babel" ,python-babel) - ("python-six" ,python-six))) (native-inputs `(("python-pbr" ,python-pbr) ;; Tests -- 2.31.1