3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-oslo.context: Update to 2.20.0.

* gnu/packages/openstack.scm (python-oslo.context): Update to 2.20.0.
[propagated-inputs]: Add PYTHON-DEBTCOLLECTOR and PYTHON-PBR.
[native-inputs]: Remove PYTHON-PBR, PYTHON-COVERAGE, PYTHON-MOCK,
PYTHON-OS-CLIENT-CONFIG, PYTHON-OSLOSPHINX and PYTHON-SPHINX.  Add
PYTHON-FIXTURES.
This commit is contained in:
Marius Bakke 2018-02-28 04:37:23 +01:00
parent 24f4400aa6
commit 32bb0c617b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -422,26 +422,22 @@ common features used in Tempest.")
(define-public python-oslo.context (define-public python-oslo.context
(package (package
(name "python-oslo.context") (name "python-oslo.context")
(version "1.0.0") (version "2.20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "oslo.context" version)) (uri (pypi-uri "oslo.context" version))
(sha256 (sha256
(base32 (base32
"0kvha0rs9295njyl2z6n6zm5dapi5mrl5zwjm0m6ldqrvccyf8c3")))) "0iiq9rpwg6wrdqnhf3d8z8g0g7fjhs5zn6qw6igvxplz2c3rbvvx"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs
`(("python-debtcollector" ,python-debtcollector)
("python-pbr" ,python-pbr)))
(native-inputs (native-inputs
`(("python-babel" ,python-babel) `(("python-fixtures" ,python-fixtures)
("python-pbr" ,python-pbr) ("python-hacking" ,python-hacking)
;; Tests. ("python-oslotest" ,python-oslotest)))
("python-coverage" ,python-coverage)
("python-hacking" ,python-hacking)
("python-mock" ,python-mock)
("python-os-client-config" ,python-os-client-config)
("python-oslotest" ,python-oslotest)
("python-oslosphinx" ,python-oslosphinx)
("python-sphinx" ,python-sphinx)))
(home-page "https://launchpad.net/oslo") (home-page "https://launchpad.net/oslo")
(synopsis "Oslo context library") (synopsis "Oslo context library")
(description (description