Loading pkgs/development/python-modules/aiopvpc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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") [ Loading Loading
pkgs/development/python-modules/aiopvpc/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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") [ Loading