python312Packages.pyproject-parser: fix hatch to be in build-system
This commit is contained in:
parent
1ee4ee9b12
commit
b75fef4cce
@ -2,7 +2,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
lib,
|
||||
setuptools,
|
||||
apeye-core,
|
||||
attrs,
|
||||
click,
|
||||
@ -30,15 +29,16 @@ buildPythonPackage rec {
|
||||
hash = "sha256-/x3bXUJsbYs4rXPNotXK8/VohSy04M+Gk0XInoyg+3Y=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
apeye-core
|
||||
attrs
|
||||
dom-toml
|
||||
domdf-python-tools
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
natsort
|
||||
packaging
|
||||
shippinglabel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user