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:
Maxim Cournoyer 2020-11-27 14:00:33 -05:00
parent e4cc19c85b
commit 66cb42106d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)))