From 25d11044ace87ca483c2774357984306bd97d2d6 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Mon, 6 Mar 2023 14:47:47 -0800 Subject: dev-python/poetry-core: add missing BDEPENDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit poetry-core builds itself so add RDEPEND to BDEPEND Signed-off-by: Tom Gillespie Closes: https://github.com/gentoo/gentoo/pull/29965 Signed-off-by: Michał Górny --- dev-python/poetry-core/poetry-core-1.5.1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python/poetry-core') diff --git a/dev-python/poetry-core/poetry-core-1.5.1.ebuild b/dev-python/poetry-core/poetry-core-1.5.1.ebuild index 48eb148a546b..d53ff8ad2f0e 100644 --- a/dev-python/poetry-core/poetry-core-1.5.1.ebuild +++ b/dev-python/poetry-core/poetry-core-1.5.1.ebuild @@ -31,6 +31,7 @@ RDEPEND=" dev-python/tomlkit[${PYTHON_USEDEP}] " BDEPEND=" + ${RDEPEND} test? ( dev-python/build[${PYTHON_USEDEP}] dev-python/pep517[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad