From 2c1a25b9ea1c470d4ef7c011e88bcb950e716be1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 Jan 2026 15:20:53 +0000 Subject: [PATCH] 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 --- dev-python/nbclassic/nbclassic-1.3.1.ebuild | 3 ++- dev-python/nbclassic/nbclassic-1.3.2.ebuild | 3 ++- dev-python/nbclassic/nbclassic-1.3.3.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/nbclassic/nbclassic-1.3.1.ebuild b/dev-python/nbclassic/nbclassic-1.3.1.ebuild index de14b93404485..31bc7d619a861 100644 --- a/dev-python/nbclassic/nbclassic-1.3.1.ebuild +++ b/dev-python/nbclassic/nbclassic-1.3.1.ebuild @@ -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}] diff --git a/dev-python/nbclassic/nbclassic-1.3.2.ebuild b/dev-python/nbclassic/nbclassic-1.3.2.ebuild index 1c9eefb8283cd..60bd39ad3e1ed 100644 --- a/dev-python/nbclassic/nbclassic-1.3.2.ebuild +++ b/dev-python/nbclassic/nbclassic-1.3.2.ebuild @@ -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}] diff --git a/dev-python/nbclassic/nbclassic-1.3.3.ebuild b/dev-python/nbclassic/nbclassic-1.3.3.ebuild index ba8540bac6edc..4c5fb4313c44b 100644 --- a/dev-python/nbclassic/nbclassic-1.3.3.ebuild +++ b/dev-python/nbclassic/nbclassic-1.3.3.ebuild @@ -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}]