forked from mirrors/nixpkgs
appdaemon: add setuptools
This commit is contained in:
parent
b425aa6393
commit
b9948763f5
|
@ -52,7 +52,7 @@ in python.pkgs.buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
daemonize astral requests sseclient websocket_client aiohttp yarl jinja2
|
||||
aiohttp-jinja2 pyyaml voluptuous feedparser iso8601 bcrypt paho-mqtt
|
||||
aiohttp-jinja2 pyyaml voluptuous feedparser iso8601 bcrypt paho-mqtt setuptools
|
||||
];
|
||||
|
||||
# no tests implemented
|
||||
|
|
Loading…
Reference in a new issue