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:
@@ -2,7 +2,6 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, hatchling
|
||||
, hatch
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
, tomli
|
||||
@@ -26,7 +25,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
hatch
|
||||
pytest-mock
|
||||
pytestCheckHook
|
||||
tomli
|
||||
|
||||
Reference in New Issue
Block a user