diff options
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index c49a7f1157f..4708a94c705 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -720,6 +720,19 @@ internationalization (i18n) features, especially translation for text strings | |||
| 720 | in an application or library.") | 720 | in an application or library.") |
| 721 | (license asl2.0))) | 721 | (license asl2.0))) |
| 722 | 722 | ||
| 723 | (define-public python-oslo-i18n-bootstrap | ||
| 724 | (hidden-package | ||
| 725 | (package/inherit python-oslo-i18n | ||
| 726 | (arguments | ||
| 727 | (substitute-keyword-arguments (package-arguments python-oslo-i18n) | ||
| 728 | ((#:tests? t? #t) | ||
| 729 | #f) | ||
| 730 | ((#:phases phases #~%standard-phases) | ||
| 731 | #~(modify-phases #$phases | ||
| 732 | (delete 'sanity-check))))) | ||
| 733 | (native-inputs | ||
| 734 | (list python-pbr python-setuptools python-wheel))))) | ||
| 735 | |||
| 723 | (define-public python-oslo-log | 736 | (define-public python-oslo-log |
| 724 | (package | 737 | (package |
| 725 | (name "python-oslo-log") | 738 | (name "python-oslo-log") |
