python311Packages.meross-iot: refactor

This commit is contained in:
Fabian Affolter
2024-02-12 11:53:46 +01:00
committed by GitHub
parent 8750ab6320
commit 4e5ae340ae
@@ -7,12 +7,13 @@
, pythonOlder
, requests
, retrying
, setuptools
}:
buildPythonPackage rec {
pname = "meross-iot";
version = "0.4.6.2";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,6 +24,10 @@ buildPythonPackage rec {
hash = "sha256-fekiN4AHb/RNEMibQqV7By0FAyTcERZmmi0+qCG4NzQ=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
aiohttp
paho-mqtt