Unverified Commit c97bb056 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python313Packages.sphinx-intl: fix build (#451172)

parents 68d475d4 66e75c60
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  babel,
  click,
  setuptools,
  setuptools-scm,
  sphinx,
  pytestCheckHook,
  mock,
@@ -23,7 +24,10 @@ buildPythonPackage rec {
    hash = "sha256-5Ro+UG9pwwp656fYyCsna6P4s9Gb86Tu3Qm2WUI7tsE=";
  };

  build-system = [ setuptools ];
  build-system = [
    setuptools
    setuptools-scm
  ];

  dependencies = [
    babel