diff options
Diffstat (limited to 'pkgs/development/python-modules/pyopenuv/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pyopenuv/default.nix | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/pkgs/development/python-modules/pyopenuv/default.nix b/pkgs/development/python-modules/pyopenuv/default.nix index db03bb04b422..03354190a107 100644 --- a/pkgs/development/python-modules/pyopenuv/default.nix +++ b/pkgs/development/python-modules/pyopenuv/default.nix @@ -1,15 +1,16 @@ -{ lib -, aiohttp -, aresponses -, backoff -, buildPythonPackage -, certifi -, fetchFromGitHub -, poetry-core -, pytest-aiohttp -, pytest-asyncio -, pytestCheckHook -, pythonOlder +{ + lib, + aiohttp, + aresponses, + backoff, + buildPythonPackage, + certifi, + fetchFromGitHub, + poetry-core, + pytest-aiohttp, + pytest-asyncio, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -26,9 +27,7 @@ buildPythonPackage rec { hash = "sha256-r+StbiU77/1dz41tCseleIWjiIvuvRveVgPNr3n4CEY="; }; - nativeBuildInputs = [ - poetry-core - ]; + nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp @@ -50,9 +49,7 @@ buildPythonPackage rec { "examples/" ]; - pythonImportsCheck = [ - "pyopenuv" - ]; + pythonImportsCheck = [ "pyopenuv" ]; meta = with lib; { description = "Python API to retrieve data from openuv.io"; |
