python3Packages.price-parser: fix build-system (#493714)

This commit is contained in:
Michael Daniels
2026-02-25 00:55:24 +00:00
committed by GitHub
@@ -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 ];