mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-simple-websocket: Reduce closure size.
* gnu/packages/python-web.scm (python-simple-websocket)[native-inputs]: Remove python-flake8, python-pytest-cov, python-tox, and python-wheel. Change-Id: I24439c06556bd0ebc7e834359d731b297af64110
This commit is contained in:
parent
2c49c8c685
commit
2ea055efb0
1 changed files with 2 additions and 6 deletions
|
@ -10058,12 +10058,8 @@ SOCKS protocols. It can be paired with any I/O library.")
|
|||
;; Requires Internet access to resolve example.com
|
||||
(list #:test-flags '(list "--ignore=tests/test_client.py")))
|
||||
(propagated-inputs (list python-wsproto))
|
||||
(native-inputs (list python-flake8
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-tox
|
||||
python-wheel))
|
||||
(native-inputs (list python-pytest
|
||||
python-setuptools))
|
||||
(home-page "https://github.com/miguelgrinberg/simple-websocket")
|
||||
(synopsis "Simple WebSocket server and client for Python")
|
||||
(description "This package provides a simple @code{WebSocket} server and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue