diff options
Diffstat (limited to 'pkgs/development/python-modules/pyairvisual/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pyairvisual/default.nix | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/pkgs/development/python-modules/pyairvisual/default.nix b/pkgs/development/python-modules/pyairvisual/default.nix index 3e3b44cb237e..f8a731582e1d 100644 --- a/pkgs/development/python-modules/pyairvisual/default.nix +++ b/pkgs/development/python-modules/pyairvisual/default.nix @@ -1,17 +1,18 @@ -{ lib -, aiohttp -, aresponses -, buildPythonPackage -, certifi -, fetchFromGitHub -, numpy -, poetry-core -, pygments -, pysmb -, pytest-aiohttp -, pytest-asyncio -, pytestCheckHook -, pythonOlder +{ + lib, + aiohttp, + aresponses, + buildPythonPackage, + certifi, + fetchFromGitHub, + numpy, + poetry-core, + pygments, + pysmb, + pytest-aiohttp, + pytest-asyncio, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -28,9 +29,7 @@ buildPythonPackage rec { hash = "sha256-uN31LeHYmg4V6Ln3EQp765nOsN5v56TxjYSS/g6TUCY="; }; - nativeBuildInputs = [ - poetry-core - ]; + nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp @@ -56,9 +55,7 @@ buildPythonPackage rec { "examples/" ]; - pythonImportsCheck = [ - "pyairvisual" - ]; + pythonImportsCheck = [ "pyairvisual" ]; meta = with lib; { description = "Python library for interacting with AirVisual"; |
