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