python.pkgs.py3status: propagate setuptools
`pkg_resources` is imported since https://github.com/ultrabug/py3status/commit/cf26a686fbb089df8685ae6edfd7094d86c8ddcc.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user