~ruther/guix-local

2c9c2ab3bd9d77c53aca87eddfc0a27be6c44b52 — Ricardo Wurmus 1 year, 3 months ago 7a7c01b
gnu: python-trio-websocket: Add missing inputs.

Fixes <https://issues.guix.gnu.org/75393>.

* gnu/packages/python-xyz.scm (python-trio-websocket)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I2a964a65add3b18bbe4d83a38be71a39ff657808
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -1
@@ 30443,7 30443,12 @@ a mypy plugin that smooths over some limitations in the basic type hints.
       (sha256
        (base32 "1yk2ak991kbl30xg8ldpggack1lwkizd7s5cpr28ir34z8iyjnpi"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-pytest python-pytest-trio python-trustme))
    (native-inputs
     (list python-pytest
           python-pytest-trio
           python-setuptools
           python-trustme
           python-wheel))
    (propagated-inputs (list python-async-generator python-trio python-wsproto))
    (home-page "https://github.com/HyperionGray/trio-websocket")
    (synopsis "WebSocket library for Trio")