python313Packages.prosemirror: fix build

This commit is contained in:
Sigmanificient
2025-10-12 00:03:03 +02:00
parent e6ec05764c
commit 70e4355b73
@@ -1,7 +1,8 @@
{
lib,
buildPythonPackage,
setuptools-scm,
hatchling,
hatch-vcs,
pytestCheckHook,
fetchPypi,
lxml,
@@ -18,7 +19,10 @@ buildPythonPackage rec {
hash = "sha256-cZwqoKQ+B7d07R20dXTiDsiBIYYTyaWa2SnGs8o8Hl8=";
};
build-system = [ setuptools-scm ];
build-system = [
hatchling
hatch-vcs
];
dependencies = [
lxml