Commit 4f063f20 authored by Doron Behar's avatar Doron Behar
Browse files

python3Packages.qtile: move propagated python build inputs to dependencies

parent 6acb86de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -98,7 +98,9 @@ buildPythonPackage (finalAttrs: {
  ];

  dependencies = extraPackages ++ [
    aiohttp
    (cairocffi.override { withXcffib = true; })
    cffi
    dbus-fast
    iwlib
    libcst
@@ -122,8 +124,6 @@ buildPythonPackage (finalAttrs: {

  propagatedBuildInputs = [
    wayland-protocols
    cffi
    aiohttp
  ];

  pythonImportsCheck = [ "libqtile" ];