python312Packages.aioairzone-cloud: refactor

This commit is contained in:
Fabian Affolter 2024-04-04 01:27:46 +02:00
parent a46ea22b3b
commit 295b923006

View File

@ -20,11 +20,11 @@ buildPythonPackage rec {
hash = "sha256-DIWRYGDdK/wq1TrPSo9I1oZv5jX4rY4z+u7CTwJtyts=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
aiohttp
];