python313Packages.sphinx-intl: fix build

This commit is contained in:
Sigmanificient
2025-10-12 01:08:38 +02:00
parent d64dc0eff5
commit 66e75c60ec

View File

@@ -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