python310Packages.hatch-requirements-txt: add hatchling to nativeBuildInputs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, hatch
|
||||
, hatchling
|
||||
, packaging
|
||||
, pytestCheckHook
|
||||
@@ -20,7 +19,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
hatch
|
||||
hatchling
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user