diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 11:13:10 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:43 +0100 |
| commit | 2ea055efb05f6aca4a2cca3087006eacf9f6f40a (patch) | |
| tree | b9c5e58bbc9539a418db284b7e0f49a854ca164a /gnu/packages/python-web.scm | |
| parent | 2c49c8c6859f6799e470deb95f99013bc1a7b413 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8d5bfd90a3..326a8e8518 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |
