Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
Date: Mon, 09 Mar 2020 14:43:56
Message-Id: 1583765010.9ed6765a208d1538e6722af014b16d6089ec8efe.andrewammerlaan@gentoo
1 commit: 9ed6765a208d1538e6722af014b16d6089ec8efe
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Mar 9 13:53:40 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Mar 9 14:43:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ed6765a
7
8 dev-python/sphinx-autodoc-typehints: depend on sphinx
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
17 index 2db98eb..c125449 100644
18 --- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
19 +++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
20 @@ -17,6 +17,8 @@ SLOT="0"
21
22 BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
23
24 +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
25 +
26 DEPEND="test? ( dev-python/sphobjinv[${PYTHON_USEDEP}]
27 dev-python/typing-extensions[${PYTHON_USEDEP}] )"