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>
This commit is contained in:
Louis Sautier
2020-12-03 17:16:00 +01:00
parent dd7a9cc6da
commit 9183221abf

View File

@@ -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}]
)