diff options
Diffstat (limited to 'pkgs/development/python-modules/aiowithings/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/aiowithings/default.nix | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/aiowithings/default.nix b/pkgs/development/python-modules/aiowithings/default.nix index 46dfafb2ad75..31d6af04cf35 100644 --- a/pkgs/development/python-modules/aiowithings/default.nix +++ b/pkgs/development/python-modules/aiowithings/default.nix @@ -1,14 +1,15 @@ -{ lib -, aiohttp -, aioresponses -, buildPythonPackage -, fetchFromGitHub -, poetry-core -, pytest-asyncio -, pytestCheckHook -, pythonOlder -, syrupy -, yarl +{ + lib, + aiohttp, + aioresponses, + buildPythonPackage, + fetchFromGitHub, + poetry-core, + pytest-asyncio, + pytestCheckHook, + pythonOlder, + syrupy, + yarl, }: buildPythonPackage rec { @@ -30,9 +31,7 @@ buildPythonPackage rec { --replace "--cov" "" ''; - nativeBuildInputs = [ - poetry-core - ]; + nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp @@ -46,9 +45,7 @@ buildPythonPackage rec { syrupy ]; - pythonImportsCheck = [ - "aiowithings" - ]; + pythonImportsCheck = [ "aiowithings" ]; meta = with lib; { description = "Module to interact with Withings"; |
