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-serialize
|
||||
yarl
|
||||
# Not in setup.py, but used in homeassistant/util/package.py
|
||||
setuptools
|
||||
] ++ lib.optionals (pythonOlder "3.9") [
|
||||
backports-zoneinfo
|
||||
] ++ componentBuildInputs ++ extraBuildInputs;
|
||||
|
|
Loading…
Reference in a new issue