mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-websocket-client-0.59: Fix tests.
* gnu/packages/python-web.scm (python-websocket-client-0.59)[native-inputs]: Add python-six. Change-Id: I213b164858db5fe4e8aeea643daf1a1b98998835
This commit is contained in:
parent
bb2dacd811
commit
f5d61ca686
1 changed files with 4 additions and 1 deletions
|
@ -5294,7 +5294,10 @@ WebSocket usage in Python programs.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "websocket-client" version))
|
(uri (pypi-uri "websocket-client" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0p0cz2mdissq7iw1n7jrmsfir0jfmgs1dvnpnrx477ffx9hbsxnk"))))))
|
(base32 "0p0cz2mdissq7iw1n7jrmsfir0jfmgs1dvnpnrx477ffx9hbsxnk"))))
|
||||||
|
(native-inputs
|
||||||
|
(modify-inputs (package-native-inputs python-websocket-client)
|
||||||
|
(append python-six)))))
|
||||||
|
|
||||||
(define-public python-purl
|
(define-public python-purl
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue