guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: hypercorn: Adjust inputs.


From: guix-commits
Subject: 01/02: gnu: hypercorn: Adjust inputs.
Date: Mon, 15 Jan 2024 17:45:56 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 68763a00a30decdf04c05fcfe62e6d538b1a0bcf
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Jan 13 12:26:42 2024 +0100

    gnu: hypercorn: Adjust inputs.
    
    * gnu/packages/python-web.scm (hypercorn)[propagated-inputs]: Add
    python-exceptiongroup and python-tomli. Remove python-toml and
    python-typing-extensions.
    [native-inputs]: Remove python-mock.
---
 gnu/packages/python-web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 418100c084..27fa183465 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2392,15 +2392,14 @@ RFC6455, regardless of your programming paradigm.")
     (build-system pyproject-build-system)
     ;; Propagate because Hypercorn also exposes functionality over a module.
     (propagated-inputs
-     (list python-h11
+     (list python-exceptiongroup
+           python-h11
            python-h2
            python-priority
-           python-toml
-           python-typing-extensions
+           python-tomli
            python-wsproto))
     (native-inputs
      (list python-hypothesis
-           python-mock
            python-poetry-core
            python-pytest
            python-pytest-asyncio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]