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
commit 00ebdb7b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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