Loading pkgs/development/python-modules/deezer-python/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -29,10 +29,7 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ httpx tornado ]; dependencies = [ httpx ]; nativeCheckInputs = [ environs Loading @@ -40,6 +37,7 @@ buildPythonPackage rec { pytest-mock pytest-vcr pytestCheckHook tornado ]; pythonImportsCheck = [ "deezer" ]; Loading Loading
pkgs/development/python-modules/deezer-python/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -29,10 +29,7 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ httpx tornado ]; dependencies = [ httpx ]; nativeCheckInputs = [ environs Loading @@ -40,6 +37,7 @@ buildPythonPackage rec { pytest-mock pytest-vcr pytestCheckHook tornado ]; pythonImportsCheck = [ "deezer" ]; Loading