hass
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ fetchFromGitHub, python3Packages, ... }:
|
||||
python3Packages.buildPythonPackage rec {
|
||||
{ fetchFromGitHub, home-assistant, ... }:
|
||||
home-assistant.python.pkgs.buildPythonPackage rec {
|
||||
pname = "wyzeapy";
|
||||
version = "0.5.31";
|
||||
format = "pyproject";
|
||||
@@ -11,12 +11,12 @@ python3Packages.buildPythonPackage rec {
|
||||
sha256 = "sha256-KDCd1G5Tj0YWM2WA3DJK9rTf1rMzz4qBSUl8FOUbvdM=";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [
|
||||
build-system = with home-assistant.python.pkgs; [
|
||||
poetry-core
|
||||
hatchling
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
dependencies = with home-assistant.python.pkgs; [
|
||||
aiodns
|
||||
aiohttp
|
||||
pycryptodome
|
||||
|
||||
Reference in New Issue
Block a user