diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-06-18 12:43:39 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-11 12:51:15 +0100 |
| commit | 20d8d76d207c6c972f726a98cec0d1ab1b3bb438 (patch) | |
| tree | d753586f086dc8826651d5589a2cc0d4d2c59f91 /gnu/packages/python-web.scm | |
| parent | f0332077b948a72f79c16b0838c3c7cdddaed631 (diff) | |
gnu: python-mcp: Correct inputs.
Some propagated-inputs were registered as native.
* gnu/packages/python-web.scm (python-mcp)
[propagated-inputs]: Add python-httpx-sse, python-sse-starlette...
[native-inputs]: ... and remove them here.
Relates-to: guix/guix!10416
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4491f41f4cc..be64baba7a6 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -4456,16 +4456,18 @@ object graph to and from JSON.") | |||
| 4456 | ;; XXX: 186 failed, 648 passed, 94 skipped, 54 errors | 4456 | ;; XXX: 186 failed, 648 passed, 94 skipped, 54 errors |
| 4457 | ;; A lot of tests fail for unclear reasons. | 4457 | ;; A lot of tests fail for unclear reasons. |
| 4458 | #:tests? #f)) | 4458 | #:tests? #f)) |
| 4459 | (propagated-inputs (list python-httpx python-pydantic)) | 4459 | (propagated-inputs |
| 4460 | (list python-httpx | ||
| 4461 | python-httpx-sse | ||
| 4462 | python-pydantic | ||
| 4463 | python-sse-starlette)) | ||
| 4460 | (native-inputs | 4464 | (native-inputs |
| 4461 | (list python-hatchling | 4465 | (list python-hatchling |
| 4462 | python-httpx-sse | ||
| 4463 | python-jsonschema | 4466 | python-jsonschema |
| 4464 | python-pydantic-settings | 4467 | python-pydantic-settings |
| 4465 | python-pytest | 4468 | python-pytest |
| 4466 | python-pytest-examples | 4469 | python-pytest-examples |
| 4467 | python-pytest-xdist | 4470 | python-pytest-xdist |
| 4468 | python-sse-starlette | ||
| 4469 | python-starlette | 4471 | python-starlette |
| 4470 | python-typer | 4472 | python-typer |
| 4471 | python-typing-inspection | 4473 | python-typing-inspection |
