mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}]
|
||||
|
||||
@@ -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}]
|
||||
|
||||
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user