python311Packages.switchbot-api: refactor

This commit is contained in:
Fabian Affolter 2024-04-02 08:35:45 +02:00 committed by GitHub
parent fe2d0b11f9
commit 133d57ae8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,11 +20,11 @@ buildPythonPackage rec {
hash = "sha256-dJLjWwBzrT3GnsRpTIXu3SkVDUlnAbRwBlfSQaHWPzc=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
aiohttp
];