gnu: python-oslo.i18n: Fix indentation.
* gnu/packages/openstack.scm (python-oslo.i18n): Fix indentation.
This commit is contained in:
parent
2fdb070942
commit
e4cc19c85b
1 changed files with 15 additions and 15 deletions
|
@ -476,27 +476,27 @@ pipeline and used by various modules such as logging.")
|
||||||
(name "python-oslo.i18n")
|
(name "python-oslo.i18n")
|
||||||
(version "3.20.0")
|
(version "3.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "oslo.i18n" version))
|
(uri (pypi-uri "oslo.i18n" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3"))))
|
"0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-babel" ,python-babel)
|
`(("python-babel" ,python-babel)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pbr" ,python-pbr)
|
`(("python-pbr" ,python-pbr)
|
||||||
;; Tests
|
;; Tests
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-mox3" ,python-mox3)
|
("python-mox3" ,python-mox3)
|
||||||
("python-oslotest" ,python-oslotest)
|
("python-oslotest" ,python-oslotest)
|
||||||
("python-testscenarios" ,python-testscenarios)))
|
("python-testscenarios" ,python-testscenarios)))
|
||||||
(home-page "https://launchpad.net/oslo")
|
(home-page "https://launchpad.net/oslo")
|
||||||
(synopsis "Oslo internationalization (i18n) library")
|
(synopsis "Oslo internationalization (i18n) library")
|
||||||
(description
|
(description
|
||||||
"The oslo.i18n library contain utilities for working with
|
"The oslo.i18n library contain utilities for working with
|
||||||
internationalization (i18n) features, especially translation for text strings
|
internationalization (i18n) features, especially translation for text strings
|
||||||
in an application or library.")
|
in an application or library.")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
Reference in a new issue