diff options
Diffstat (limited to 'pkgs/development/python-modules/eiswarnung/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/eiswarnung/default.nix | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/eiswarnung/default.nix b/pkgs/development/python-modules/eiswarnung/default.nix index c4a3cf9339cb..0806d423a4b8 100644 --- a/pkgs/development/python-modules/eiswarnung/default.nix +++ b/pkgs/development/python-modules/eiswarnung/default.nix @@ -1,14 +1,15 @@ -{ lib -, aiohttp -, aresponses -, buildPythonPackage -, fetchFromGitHub -, poetry-core -, pytest-asyncio -, pytestCheckHook -, pythonOlder -, pytz -, yarl +{ + lib, + aiohttp, + aresponses, + buildPythonPackage, + fetchFromGitHub, + poetry-core, + pytest-asyncio, + pytestCheckHook, + pythonOlder, + pytz, + yarl, }: buildPythonPackage rec { @@ -34,9 +35,7 @@ buildPythonPackage rec { --replace 'pytz = ">=2022.7.1,<2024.0.0"' 'pytz = "*"' ''; - nativeBuildInputs = [ - poetry-core - ]; + nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp @@ -50,9 +49,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "eiswarnung" - ]; + pythonImportsCheck = [ "eiswarnung" ]; meta = with lib; { description = "Module for getting Eiswarning API forecasts"; |
