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