python312Packages.aiopvpc: refactor

This commit is contained in:
Fabian Affolter 2024-03-25 16:12:45 +01:00 committed by GitHub
parent d5a86ad0ac
commit 85078a0258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,11 +31,11 @@ buildPythonPackage rec {
--replace-fail " --cov --cov-report term --cov-report html" ""
'';
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
aiohttp
async-timeout
] ++ lib.optionals (pythonOlder "3.9") [