diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-08 00:18:16 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-08 07:43:01 +0100 |
commit | 6ea46370eae357f29fd0fb92da8eb43068f1e35e (patch) | |
tree | 04379a01a3782e3200882b8f790355cf8da54b38 /gnu/packages/python-web.scm | |
parent | a99f9c6044d2e5f93fadf770da05c6a47f715c74 (diff) |
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 0 insertions, 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 |