guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit a888c42289d40e5684a2b389e197ed50faec69d9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 00:27:02 2026 +0000

    gnu: qtile: Remove unused native inputs.
    
    * gnu/packages/wm.scm (qtile)[native-inputs]: Remove pre-commit,
    python-anyio, python-check-manifest, python-coverage, python-isort,
    python-mypy, python-pycairo, python-pytest, python-pytest-asyncio,
    python-pytest-cov, python-pytest-httpbin, python-twine, python-wheel,
    and xorg-server-for-tests.
    
    Change-Id: I492b357666d538fc8eb94c3a450e76f69f4d0432
---
 gnu/packages/wm.scm | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a877c5dcf5..0f6346421d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1181,22 +1181,8 @@ to events.")
            python-xcffib))
     (native-inputs
      (list pkg-config
-           pre-commit
-           python-anyio
-           python-check-manifest
-           python-coverage
-           python-isort
-           python-mypy
-           python-pycairo
-           python-pytest
-           python-pytest-asyncio
-           python-pytest-cov
-           python-pytest-httpbin
            python-setuptools
-           python-setuptools-scm
-           python-twine
-           python-wheel
-           xorg-server-for-tests))
+           python-setuptools-scm))
     (home-page "http://qtile.org";)
     (synopsis "Hackable tiling window manager written and configured in 
Python")
     (description "Qtile is simple, small, and extensible.  It's easy to write

Reply via email to