sharlatan pushed a commit to branch master
in repository guix.

commit 6ea46370eae357f29fd0fb92da8eb43068f1e35e
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu May 8 00:18:16 2025 +0100

    gnu: python-zeep: Adjust native inputs.
    
    * gnu/packages/python-web.scm (python-zeep): [native-inputs]: Remove
    python-coverage, python-flake8, python-flake8-blind-except,
    python-flake8-debugger, and python-isort.
    
    Change-Id: Ia359126c748b8a7c4efc949bcaf43b9c53e16d39
---
 gnu/packages/python-web.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c0c9e244f8..d5d3f8be4b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10426,12 +10426,7 @@ resources using Web Application Description Language 
(WADL) files as guides.")
            python-requests-toolbelt))
     (native-inputs
      (list nss-certs-for-test
-           python-coverage
-           python-flake8
-           python-flake8-blind-except
-           python-flake8-debugger
            python-freezegun
-           python-isort
            python-pretend
            python-pytest
            python-pytest-asyncio

Reply via email to