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:
commit
00ebdb7b9c
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, hatchling
|
, hatchling
|
||||||
, hatch
|
|
||||||
, pytest-mock
|
, pytest-mock
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, tomli
|
, tomli
|
||||||
|
@ -26,7 +25,6 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
hatch
|
|
||||||
pytest-mock
|
pytest-mock
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
tomli
|
tomli
|
||||||
|
|
Loading…
Reference in a new issue