diff options
Diffstat (limited to 'pkgs/development/python-modules/aio-geojson-generic-client/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/aio-geojson-generic-client/default.nix | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/aio-geojson-generic-client/default.nix b/pkgs/development/python-modules/aio-geojson-generic-client/default.nix index 343f47d2aca4..e8c1606433db 100644 --- a/pkgs/development/python-modules/aio-geojson-generic-client/default.nix +++ b/pkgs/development/python-modules/aio-geojson-generic-client/default.nix @@ -1,16 +1,17 @@ -{ lib -, aio-geojson-client -, aiohttp -, aioresponses -, buildPythonPackage -, fetchFromGitHub -, geojson -, pytest-asyncio -, pytestCheckHook -, pythonOlder -, pythonRelaxDepsHook -, pytz -, setuptools +{ + lib, + aio-geojson-client, + aiohttp, + aioresponses, + buildPythonPackage, + fetchFromGitHub, + geojson, + pytest-asyncio, + pytestCheckHook, + pythonOlder, + pythonRelaxDepsHook, + pytz, + setuptools, }: buildPythonPackage rec { @@ -52,9 +53,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "aio_geojson_generic_client" - ]; + pythonImportsCheck = [ "aio_geojson_generic_client" ]; meta = with lib; { description = "Python library for accessing GeoJSON feeds"; |
