gnu: python-botocore: Update to 1.19.22.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.19.22. [propagated-inputs]: Remove PYTHON-DOCUTILS. Add PYTHON-URLLIB3.
This commit is contained in:
parent
d05abc18bf
commit
a811fb219b
1 changed files with 4 additions and 4 deletions
|
@ -10983,22 +10983,22 @@ manipulation library.")
|
||||||
;; are compatible.
|
;; are compatible.
|
||||||
(package
|
(package
|
||||||
(name "python-botocore")
|
(name "python-botocore")
|
||||||
(version "1.15.26")
|
(version "1.19.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "botocore" version))
|
(uri (pypi-uri "botocore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a87pbwkk5vlwz92hy1wizfnpiwn11bhaicr6bmji1i5ybwdhnr8"))))
|
"0iim86x7c6hqmvd61ygz6x6x9glnsfbnyzv2y67qjdcdx8jpkmw7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Many tests are failing.
|
;; FIXME: Many tests are failing.
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-dateutil" ,python-dateutil)
|
`(("python-dateutil" ,python-dateutil)
|
||||||
("python-docutils" ,python-docutils)
|
("python-jmespath" ,python-jmespath)
|
||||||
("python-jmespath" ,python-jmespath)))
|
("python-urllib3" ,python-urllib3)))
|
||||||
(home-page "https://github.com/boto/botocore")
|
(home-page "https://github.com/boto/botocore")
|
||||||
(synopsis "Low-level interface to AWS")
|
(synopsis "Low-level interface to AWS")
|
||||||
(description "Botocore is a Python library that provides a low-level
|
(description "Botocore is a Python library that provides a low-level
|
||||||
|
|
Reference in a new issue