Loading pkgs/development/python-modules/pydiscovergy/default.nix +19 −24 Original line number Diff line number Diff line { lib , authlib , buildPythonPackage , fetchFromGitHub , httpx , mashumaro , orjson , pytest-asyncio , pytest-httpx , poetry-core , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , pytz , respx { lib, authlib, buildPythonPackage, fetchFromGitHub, httpx, mashumaro, orjson, pytest-asyncio, pytest-httpx, poetry-core, pytestCheckHook, pythonOlder, pythonRelaxDepsHook, pytz, respx, }: buildPythonPackage rec { Loading @@ -33,13 +34,9 @@ buildPythonPackage rec { sed -i '/addopts =/d' pyproject.toml ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ authlib Loading @@ -56,9 +53,7 @@ buildPythonPackage rec { respx ]; pythonImportsCheck = [ "pydiscovergy" ]; pythonImportsCheck = [ "pydiscovergy" ]; meta = with lib; { description = "Library for interacting with the Discovergy API"; Loading Loading
pkgs/development/python-modules/pydiscovergy/default.nix +19 −24 Original line number Diff line number Diff line { lib , authlib , buildPythonPackage , fetchFromGitHub , httpx , mashumaro , orjson , pytest-asyncio , pytest-httpx , poetry-core , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , pytz , respx { lib, authlib, buildPythonPackage, fetchFromGitHub, httpx, mashumaro, orjson, pytest-asyncio, pytest-httpx, poetry-core, pytestCheckHook, pythonOlder, pythonRelaxDepsHook, pytz, respx, }: buildPythonPackage rec { Loading @@ -33,13 +34,9 @@ buildPythonPackage rec { sed -i '/addopts =/d' pyproject.toml ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ authlib Loading @@ -56,9 +53,7 @@ buildPythonPackage rec { respx ]; pythonImportsCheck = [ "pydiscovergy" ]; pythonImportsCheck = [ "pydiscovergy" ]; meta = with lib; { description = "Library for interacting with the Discovergy API"; Loading