python.pkgs.py3status: propagate setuptools

`pkg_resources` is imported since
cf26a686fb.
This commit is contained in:
Robert Schütz 2019-10-09 13:26:48 +02:00 committed by Jon
parent 65be608330
commit 164c0a29ee

@ -8,6 +8,7 @@
, pydbus , pydbus
, pygobject3 , pygobject3
, pyserial , pyserial
, setuptools
, file , file
, acpi , acpi
@ -30,7 +31,9 @@ buildPythonPackage rec {
}; };
doCheck = false; doCheck = false;
propagatedBuildInputs = [ pytz requests tzlocal i3ipc pydbus pygobject3 pyserial ]; propagatedBuildInputs = [
pytz requests tzlocal i3ipc pydbus pygobject3 pyserial setuptools
];
buildInputs = [ file ]; buildInputs = [ file ];
prePatch = '' prePatch = ''
sed -i -e "s|'file|'${file}/bin/file|" py3status/parse_config.py sed -i -e "s|'file|'${file}/bin/file|" py3status/parse_config.py