gnu: python-dropbox: Update to 11.25.0.
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.25.0. [propagated-inputs]: Remove python-certifi, python-chardet, and python-urllib3.
This commit is contained in:
parent
ddcec589bc
commit
f45e304aa4
1 changed files with 4 additions and 8 deletions
|
@ -1507,26 +1507,22 @@ compatible directories.")
|
||||||
(define-public python-dropbox
|
(define-public python-dropbox
|
||||||
(package
|
(package
|
||||||
(name "python-dropbox")
|
(name "python-dropbox")
|
||||||
(version "11.5.0")
|
(version "11.25.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dropbox" version))
|
(uri (pypi-uri "dropbox" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0vq9c2hp2amsxr2ys2mlgqp6a8hxmvrcwav70ri7wjzalfs32gj6"))))
|
||||||
"16bxx9xqx2s4d9khrw57a0bj4q7nc6kq355wl4pfddn9cqvh9rg2"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; Tests require a network connection.
|
(arguments '(#:tests? #f)) ; Tests require a network connection.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
`(("python-pytest" ,python-pytest)
|
||||||
("python-pytest-runner" ,python-pytest-runner)))
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-certifi" ,python-certifi)
|
`(("python-requests" ,python-requests)
|
||||||
("python-chardet" ,python-chardet)
|
|
||||||
("python-requests" ,python-requests)
|
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
("python-stone" ,python-stone)
|
("python-stone" ,python-stone)))
|
||||||
("python-urllib3" ,python-urllib3)))
|
|
||||||
(home-page "https://www.dropbox.com/developers")
|
(home-page "https://www.dropbox.com/developers")
|
||||||
(synopsis "Official Dropbox API Client")
|
(synopsis "Official Dropbox API Client")
|
||||||
(description "This package provides a Python SDK for integrating with the
|
(description "This package provides a Python SDK for integrating with the
|
||||||
|
|
Reference in a new issue