mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
pythonPackages.aioshelly: fix version in pyproject.toml
This commit is contained in:
committed by
Robert Schütz
parent
40abd3e2cb
commit
f6229cee1b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user