diff options
Diffstat (limited to 'pkgs/development/python-modules/luftdaten/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/luftdaten/default.nix | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/luftdaten/default.nix b/pkgs/development/python-modules/luftdaten/default.nix index b87771380a8d..213db1480c14 100644 --- a/pkgs/development/python-modules/luftdaten/default.nix +++ b/pkgs/development/python-modules/luftdaten/default.nix @@ -1,12 +1,13 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchFromGitHub -, poetry-core -, httpx -, pytest-asyncio -, pytest-httpx -, pytestCheckHook +{ + lib, + buildPythonPackage, + pythonOlder, + fetchFromGitHub, + poetry-core, + httpx, + pytest-asyncio, + pytest-httpx, + pytestCheckHook, }: buildPythonPackage rec { @@ -23,13 +24,9 @@ buildPythonPackage rec { hash = "sha256-nOhJKlUJ678DJ/ilyRHaiQ2fGfoCl+x6l9lsczVLAGw="; }; - nativeBuildInputs = [ - poetry-core - ]; + nativeBuildInputs = [ poetry-core ]; - propagatedBuildInputs = [ - httpx - ]; + propagatedBuildInputs = [ httpx ]; nativeCheckInputs = [ pytest-asyncio @@ -43,6 +40,9 @@ buildPythonPackage rec { description = "Python API for interacting with luftdaten.info"; homepage = "https://github.com/home-assistant-ecosystem/python-luftdaten"; license = licenses.mit; - maintainers = with maintainers; [ dotlambda fab ]; + maintainers = with maintainers; [ + dotlambda + fab + ]; }; } |
