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

This commit is contained in:
Yohann Boniface
2025-10-15 10:52:23 +00:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
babel, babel,
click, click,
setuptools, setuptools,
setuptools-scm,
sphinx, sphinx,
pytestCheckHook, pytestCheckHook,
mock, mock,
@@ -23,7 +24,10 @@ buildPythonPackage rec {
hash = "sha256-5Ro+UG9pwwp656fYyCsna6P4s9Gb86Tu3Qm2WUI7tsE="; hash = "sha256-5Ro+UG9pwwp656fYyCsna6P4s9Gb86Tu3Qm2WUI7tsE=";
}; };
build-system = [ setuptools ]; build-system = [
setuptools
setuptools-scm
];
dependencies = [ dependencies = [
babel babel