python311Packages.aiomisc: refactor

This commit is contained in:
Fabian Affolter 2024-03-07 18:34:40 +01:00
parent a569f455d1
commit d6bcd05e3a

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "aiomisc";
version = "17.3.48";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
@ -49,9 +49,7 @@ buildPythonPackage rec {
pytestCheckHook
raven
setproctitle
] ++ passthru.optional-dependencies.aiohttp
++ passthru.optional-dependencies.cron
++ passthru.optional-dependencies.uvloop;
] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
passthru.optional-dependencies = {
aiohttp = [