python3Packages.price-parser: fix build-system

This commit is contained in:
whoomee
2026-02-24 18:06:16 +01:00
parent 97be31fac3
commit 29381e4777
@@ -2,9 +2,9 @@
lib,
buildPythonPackage,
fetchFromGitHub,
hatchling,
gitUpdater,
pytestCheckHook,
setuptools,
pytest-cov-stub,
attrs,
}:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
hash = "sha256-1aMWRyrmvilON+crWibrREIN2Rf3hCzewI+vmRppvrg=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
dependencies = [ attrs ];