Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rst-linker/
Date: Thu, 03 Dec 2020 16:17:46
Message-Id: 1607012256.9183221abfd6f1aa68c92d650ebe8fde6dc80672.sbraz@gentoo
1 commit: 9183221abfd6f1aa68c92d650ebe8fde6dc80672
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 16:16:00 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 16:17:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9183221a
7
8 dev-python/rst-linker: add missing toml build depency
9
10 Closes: https://bugs.gentoo.org/758242
11 Package-Manager: Portage-3.0.11, Repoman-3.0.2
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 dev-python/rst-linker/rst-linker-2.1.1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/rst-linker/rst-linker-2.1.1.ebuild b/dev-python/rst-linker/rst-linker-2.1.1.ebuild
18 index 58ae2cff97a..98c8e7078cc 100644
19 --- a/dev-python/rst-linker/rst-linker-2.1.1.ebuild
20 +++ b/dev-python/rst-linker/rst-linker-2.1.1.ebuild
21 @@ -23,6 +23,7 @@ RDEPEND="
22 "
23 BDEPEND="
24 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
25 + dev-python/toml[${PYTHON_USEDEP}]
26 test? (
27 dev-python/path-py[${PYTHON_USEDEP}]
28 )