Commit 70e4355b authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.prosemirror: fix build

parent e6ec0576
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
{
  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