Loading pkgs/development/python-modules/pyipp/default.nix +8 −5 Original line number Diff line number Diff line { lib , aiohttp , aresponses , async-timeout , awesomeversion , backoff , buildPythonPackage Loading @@ -16,7 +17,7 @@ buildPythonPackage rec { pname = "pyipp"; version = "0.16.0"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -29,20 +30,22 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace 'version = "0.0.0"' 'version = "${version}"' \ --replace "--cov" "" --replace-fail 'version = "0.0.0"' 'version = "${version}"' \ --replace-fail "--cov" "" ''; nativeBuildInputs = [ build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ aiohttp awesomeversion backoff deepmerge yarl ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/pyipp/default.nix +8 −5 Original line number Diff line number Diff line { lib , aiohttp , aresponses , async-timeout , awesomeversion , backoff , buildPythonPackage Loading @@ -16,7 +17,7 @@ buildPythonPackage rec { pname = "pyipp"; version = "0.16.0"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -29,20 +30,22 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ --replace 'version = "0.0.0"' 'version = "${version}"' \ --replace "--cov" "" --replace-fail 'version = "0.0.0"' 'version = "${version}"' \ --replace-fail "--cov" "" ''; nativeBuildInputs = [ build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ aiohttp awesomeversion backoff deepmerge yarl ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ Loading