pythonPackages.aioshelly: fix version in pyproject.toml

This commit is contained in:
Martin Weinelt
2026-06-30 20:03:55 +02:00
committed by Robert Schütz
parent 40abd3e2cb
commit f6229cee1b

View File

@@ -8,6 +8,7 @@
fetchFromGitHub,
habluetooth,
orjson,
pyprojectVersionPatchHook,
pytest-asyncio,
pytestCheckHook,
setuptools,
@@ -29,6 +30,10 @@ buildPythonPackage (finalAttrs: {
build-system = [ setuptools ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
bleak-retry-connector