python312Packages.pyproject-parser: fix hatch to be in build-system

This commit is contained in:
Grimmauld 2025-04-05 13:30:06 +02:00
parent 1ee4ee9b12
commit b75fef4cce

View File

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