summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-12-03 17:16:00 +0100
committerLouis Sautier <sbraz@gentoo.org>2020-12-03 17:17:36 +0100
commit9183221abfd6f1aa68c92d650ebe8fde6dc80672 (patch)
treecd8952d91a6c13c764baea4d80bd9ca520589e60
parentprofiles/arch/riscv: mas socks5 for irssi (diff)
downloadgentoo-9183221abfd6f1aa68c92d650ebe8fde6dc80672.tar.gz
gentoo-9183221abfd6f1aa68c92d650ebe8fde6dc80672.tar.bz2
gentoo-9183221abfd6f1aa68c92d650ebe8fde6dc80672.zip
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 <sbraz@gentoo.org>
-rw-r--r--dev-python/rst-linker/rst-linker-2.1.1.ebuild1
1 files changed, 1 insertions, 0 deletions
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 58ae2cff97ac..98c8e7078cc3 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}]
)