From 9183221abfd6f1aa68c92d650ebe8fde6dc80672 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Thu, 3 Dec 2020 17:16:00 +0100 Subject: [PATCH] dev-python/rst-linker: add missing toml build depency Closes: https://bugs.gentoo.org/758242 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Louis Sautier --- dev-python/rst-linker/rst-linker-2.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/rst-linker/rst-linker-2.1.1.ebuild b/dev-python/rst-linker/rst-linker-2.1.1.ebuild index 58ae2cff97aca..98c8e7078cc3e 100644 --- a/dev-python/rst-linker/rst-linker-2.1.1.ebuild +++ b/dev-python/rst-linker/rst-linker-2.1.1.ebuild @@ -23,6 +23,7 @@ RDEPEND=" " BDEPEND=" >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/path-py[${PYTHON_USEDEP}] )