gnu: Add python-oslo-i18n-bootstrap.

* gnu/packages/openstack.scm (python-oslo-i18n-bootstrap): New variable.

Change-Id: Id443cb554b4c3b98022feecdf4028975c415a650
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-24 04:11:16 +02:00 committed by Sharlatan Hellseher
parent 378efac5d0
commit 4a7e5dd9e0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -720,6 +720,19 @@ internationalization (i18n) features, especially translation for text strings
in an application or library.")
(license asl2.0)))
(define-public python-oslo-i18n-bootstrap
(hidden-package
(package/inherit python-oslo-i18n
(arguments
(substitute-keyword-arguments (package-arguments python-oslo-i18n)
((#:tests? t? #t)
#f)
((#:phases phases #~%standard-phases)
#~(modify-phases #$phases
(delete 'sanity-check)))))
(native-inputs
(list python-pbr python-setuptools python-wheel)))))
(define-public python-oslo-log
(package
(name "python-oslo-log")