dev-python/nbclassic: BDEPEND on babel

`pybabel` is called during the build in nbclassic/i18n/build_py_translations.py,
it's also in pyproject.toml under `requires`.

Closes: https://bugs.gentoo.org/960948
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-01-12 15:20:53 +00:00
parent 3cd170a774
commit 2c1a25b9ea
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -27,6 +27,7 @@ RDEPEND="
"
BDEPEND="
dev-python/babel
dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
test? (
dev-python/nbval[${PYTHON_USEDEP}]

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -27,6 +27,7 @@ RDEPEND="
"
BDEPEND="
dev-python/babel
dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
test? (
dev-python/nbval[${PYTHON_USEDEP}]

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -27,6 +27,7 @@ RDEPEND="
"
BDEPEND="
dev-python/babel
dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
test? (
dev-python/nbval[${PYTHON_USEDEP}]