mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
378efac5d0
commit
4a7e5dd9e0
1 changed files with 13 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue