Merge pull request #219039 from dotlambda/hatch-jupyter-builder-no-hatch

python310Packages.hatch-jupyter-builder: don't depend on hatch
This commit is contained in:
Martin Weinelt
2023-03-02 01:18:05 +00:00
committed by GitHub
@@ -2,7 +2,6 @@
, buildPythonPackage
, fetchFromGitHub
, hatchling
, hatch
, pytest-mock
, pytestCheckHook
, tomli
@@ -26,7 +25,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
hatch
pytest-mock
pytestCheckHook
tomli