diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-12-03 17:16:00 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-12-03 17:17:36 +0100 |
commit | 9183221abfd6f1aa68c92d650ebe8fde6dc80672 (patch) | |
tree | cd8952d91a6c13c764baea4d80bd9ca520589e60 /dev-python/rst-linker | |
parent | profiles/arch/riscv: mas socks5 for irssi (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/rst-linker')
-rw-r--r-- | dev-python/rst-linker/rst-linker-2.1.1.ebuild | 1 |
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}] ) |