Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-fulltoc/
Date: Sun, 09 Jan 2022 11:32:28
Message-Id: 1641727642.8dc2e4e772c5ddc5a2cf64c65af534b4cb81cdce.viorel_munteanu@gentoo
1 commit: 8dc2e4e772c5ddc5a2cf64c65af534b4cb81cdce
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 9 11:27:22 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 9 11:27:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dc2e4e7
7
8 dev-python/sphinxcontrib-fulltoc: rewrite deps
9
10 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
11
12 dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
16 index 6b0ca1145..b148c9501 100644
17 --- a/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
18 +++ b/dev-python/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-1.2.ebuild
19 @@ -19,8 +19,7 @@ LICENSE="Apache-2.0"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 -DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
24 -RDEPEND="${DEPEND}"
25 +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
26 BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
27
28 export OSLO_PACKAGE_VERSION=${PV}