home-assistant: requires setuptools
It's used in homeassistant/util/package.py but not mentioned in setup.py.
This commit is contained in:
parent
e34f40b92b
commit
dcbc095441
1 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,8 @@ in with py.pkgs; buildPythonApplication rec {
|
||||||
voluptuous
|
voluptuous
|
||||||
voluptuous-serialize
|
voluptuous-serialize
|
||||||
yarl
|
yarl
|
||||||
|
# Not in setup.py, but used in homeassistant/util/package.py
|
||||||
|
setuptools
|
||||||
] ++ lib.optionals (pythonOlder "3.9") [
|
] ++ lib.optionals (pythonOlder "3.9") [
|
||||||
backports-zoneinfo
|
backports-zoneinfo
|
||||||
] ++ componentBuildInputs ++ extraBuildInputs;
|
] ++ componentBuildInputs ++ extraBuildInputs;
|
||||||
|
|
Loading…
Reference in a new issue