From 66cb42106d8eda6144ed378bb81c95c31bcce92b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 27 Nov 2020 14:00:33 -0500 Subject: [PATCH] gnu: python-oslo.config: Fix indentation. * gnu/packages/openstack.scm: Prettify the section header and fix the indentation of the package. --- gnu/packages/openstack.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 00c63dd81f..da40ef27b5 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -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)))