python311Packages.meross-iot: refactor

This commit is contained in:
Fabian Affolter 2024-04-25 08:38:20 +02:00
parent 54e8d70db7
commit 4c7c3bbfa1
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ buildPythonPackage rec {
hash = "sha256-Zf392XMhSrCn5KM761YXzinD46Et4itva7USsFNRgPI=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
aiohttp
paho-mqtt
requests