Loading pkgs/development/python-modules/eiswarnung/default.nix +7 −6 Original line number Diff line number Diff line Loading @@ -25,6 +25,13 @@ buildPythonPackage rec { hash = "sha256-PVFAy34+UfNQNdzVdfvNiySrCTaKGuepnTINZYkOsuo="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace '"0.0.0"' '"${version}"' \ --replace 'addopts = "--cov"' "" \ --replace 'pytz = "^2022.7.1"' 'pytz = "*"' ''; nativeBuildInputs = [ poetry-core ]; Loading @@ -41,12 +48,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace '"0.0.0"' '"${version}"' \ --replace 'addopts = "--cov"' "" ''; pythonImportsCheck = [ "eiswarnung" ]; Loading Loading
pkgs/development/python-modules/eiswarnung/default.nix +7 −6 Original line number Diff line number Diff line Loading @@ -25,6 +25,13 @@ buildPythonPackage rec { hash = "sha256-PVFAy34+UfNQNdzVdfvNiySrCTaKGuepnTINZYkOsuo="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace '"0.0.0"' '"${version}"' \ --replace 'addopts = "--cov"' "" \ --replace 'pytz = "^2022.7.1"' 'pytz = "*"' ''; nativeBuildInputs = [ poetry-core ]; Loading @@ -41,12 +48,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace '"0.0.0"' '"${version}"' \ --replace 'addopts = "--cov"' "" ''; pythonImportsCheck = [ "eiswarnung" ]; Loading