summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/odp-amsterdam/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/odp-amsterdam/default.nix')
-rw-r--r--pkgs/development/python-modules/odp-amsterdam/default.nix31
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/odp-amsterdam/default.nix b/pkgs/development/python-modules/odp-amsterdam/default.nix
index a9a2770efd6b..4b66456a416d 100644
--- a/pkgs/development/python-modules/odp-amsterdam/default.nix
+++ b/pkgs/development/python-modules/odp-amsterdam/default.nix
@@ -1,14 +1,15 @@
-{ lib
-, aiohttp
-, aresponses
-, buildPythonPackage
-, fetchFromGitHub
-, poetry-core
-, pythonRelaxDepsHook
-, pythonOlder
-, pytest-asyncio
-, pytestCheckHook
-, pytz
+{
+ lib,
+ aiohttp,
+ aresponses,
+ buildPythonPackage,
+ fetchFromGitHub,
+ poetry-core,
+ pythonRelaxDepsHook,
+ pythonOlder,
+ pytest-asyncio,
+ pytestCheckHook,
+ pytz,
}:
buildPythonPackage rec {
@@ -36,9 +37,7 @@ buildPythonPackage rec {
pythonRelaxDepsHook
];
- pythonRelaxDeps = [
- "pytz"
- ];
+ pythonRelaxDeps = [ "pytz" ];
propagatedBuildInputs = [
aiohttp
@@ -51,9 +50,7 @@ buildPythonPackage rec {
pytestCheckHook
];
- pythonImportsCheck = [
- "odp_amsterdam"
- ];
+ pythonImportsCheck = [ "odp_amsterdam" ];
meta = with lib; {
description = "Python client for getting garage occupancy in Amsterdam";