python311Packages.aiowaqi: refactor

This commit is contained in:
Fabian Affolter
2024-06-09 10:21:38 +02:00
parent 82d0392ce5
commit 9df79fc51f
@@ -28,12 +28,12 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--cov" ""
--replace-fail "--cov" ""
'';
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
aiohttp
yarl
];