mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-oslo.config: Fix indentation.
* gnu/packages/openstack.scm: Prettify the section header and fix the indentation of the package.
This commit is contained in:
parent
e4cc19c85b
commit
66cb42106d
1 changed files with 8 additions and 4 deletions
|
@ -390,7 +390,11 @@ (define-public python-tempest-lib
|
|||
common features used in Tempest.")
|
||||
(license asl2.0)))
|
||||
|
||||
;; Packages from the Oslo library
|
||||
|
||||
;;;
|
||||
;;; Packages from the Oslo library
|
||||
;;;
|
||||
|
||||
(define-public python-oslo.config
|
||||
(package
|
||||
(name "python-oslo.config")
|
||||
|
@ -400,8 +404,8 @@ (define-public python-oslo.config
|
|||
(method url-fetch)
|
||||
(uri (pypi-uri "oslo.config" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ymf7jxbq29fifyvkwhfiys1qvljqfxdw8ajwzwaf3yiqidgpxqd"))))
|
||||
(base32
|
||||
"0ymf7jxbq29fifyvkwhfiys1qvljqfxdw8ajwzwaf3yiqidgpxqd"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-debtcollector" ,python-debtcollector)
|
||||
|
@ -426,7 +430,7 @@ (define-public python-oslo.config
|
|||
(home-page "https://launchpad.net/oslo")
|
||||
(synopsis "Oslo Configuration API")
|
||||
(description
|
||||
"The Oslo configuration API supports parsing command line arguments and
|
||||
"The Oslo configuration API supports parsing command line arguments and
|
||||
.ini style configuration files.")
|
||||
(license asl2.0)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue