python313Packages.govee-local-api: drop poetry dependency

This commit is contained in:
Martin Weinelt
2025-02-06 18:55:49 +01:00
parent 7975a0077a
commit 99423f069a
@@ -21,6 +21,12 @@ buildPythonPackage rec {
hash = "sha256-1n5HPFI/E/I4eepnpQg8hhIksr48igVy56gQ0UiMYHU=";
};
postPatch = ''
# dont depend on poetry at runtime
# https://github.com/Galorhallen/govee-local-api/pull/75/files#r1943826599
sed -i '/poetry = "^1.8.5"/d' pyproject.toml
'';
build-system = [ poetry-core ];
nativeCheckInputs = [ pytestCheckHook ];