python3.pkgs.qtile: remove unneeded dependencies

In Qtile's v0.34.0 update in 1da6cbd149, it started using wlroots
directly instead of using pywlroots. See:

https://github.com/flacjacket/pywlroots/issues/201#issuecomment-2641298020

And in particular:

https://github.com/qtile/qtile/blob/v0.34.0/CHANGELOG#L8-L10

`pywlroots` also is using explicitly wlroots_0_17, per:

https://github.com/NixOS/nixpkgs/blob/1f40d75362b84e714727cd322f809d265ec82fd2/pkgs/top-level/python-packages.nix#L15852

And these wlroots versions contradict each other.
This commit is contained in:
Doron Behar
2025-12-25 17:13:20 +02:00
parent c127010b19
commit 1078e082c5
@@ -21,8 +21,6 @@
pulsectl-asyncio,
pygobject3,
pytz,
pywayland,
pywlroots,
pyxdg,
setuptools,
setuptools-scm,
@@ -33,7 +31,6 @@
xcbutilcursor,
xcbutilwm,
xcffib,
xkbcommon,
nixosTests,
extraPackages ? [ ],
}:
@@ -82,11 +79,8 @@ buildPythonPackage rec {
pulsectl-asyncio
pygobject3
pytz
pywayland
pywlroots
pyxdg
xcffib
xkbcommon
];
buildInputs = [