diff options
Diffstat (limited to 'pkgs/development/python-modules/aiorecollect/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/aiorecollect/default.nix | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/pkgs/development/python-modules/aiorecollect/default.nix b/pkgs/development/python-modules/aiorecollect/default.nix index 4d3aae9dc1b8..9cb3cca5d666 100644 --- a/pkgs/development/python-modules/aiorecollect/default.nix +++ b/pkgs/development/python-modules/aiorecollect/default.nix @@ -1,14 +1,15 @@ -{ lib -, aiohttp -, aresponses -, buildPythonPackage -, fetchFromGitHub -, fetchpatch -, freezegun -, poetry-core -, pytest-asyncio -, pytestCheckHook -, pythonOlder +{ + lib, + aiohttp, + aresponses, + buildPythonPackage, + fetchFromGitHub, + fetchpatch, + freezegun, + poetry-core, + pytest-asyncio, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -30,13 +31,9 @@ buildPythonPackage rec { sed -i '/certifi =/d' pyproject.toml ''; - nativeBuildInputs = [ - poetry-core - ]; + nativeBuildInputs = [ poetry-core ]; - propagatedBuildInputs = [ - aiohttp - ]; + propagatedBuildInputs = [ aiohttp ]; __darwinAllowLocalNetworking = true; @@ -52,9 +49,7 @@ buildPythonPackage rec { "examples/" ]; - pythonImportsCheck = [ - "aiorecollect" - ]; + pythonImportsCheck = [ "aiorecollect" ]; meta = with lib; { description = "Python library for the Recollect Waste API"; |
