python312Packages.shippinglabel: fix hatch to be in build-system

This commit is contained in:
Grimmauld
2025-04-05 13:35:25 +02:00
parent b75fef4cce
commit b85bec4e00
@@ -2,7 +2,6 @@
buildPythonPackage,
fetchPypi,
lib,
setuptools,
dist-meta,
dom-toml,
domdf-python-tools,
@@ -21,7 +20,10 @@ buildPythonPackage rec {
hash = "sha256-uvQ6MjHp1X63PlEDQKaiYMLoB7/gqs4KfFyZoCeNNXQ=";
};
build-system = [ setuptools ];
build-system = [
hatchling
hatch-requirements-txt
];
dependencies = [
dist-meta
@@ -29,8 +31,6 @@ buildPythonPackage rec {
domdf-python-tools
packaging
typing-extensions
hatchling
hatch-requirements-txt
];
meta = {