Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beautifulsoup/
Date: Tue, 26 May 2020 16:23:47
Message-Id: 1590510216.443e2e8a4b385060d9e1a749a53a0bee7c4d3d7e.mgorny@gentoo
1 commit: 443e2e8a4b385060d9e1a749a53a0bee7c4d3d7e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 16:07:40 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 16:23:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443e2e8a
7
8 dev-python/beautifulsoup: Make rdeps unconditional
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
16 index 718b73bbf83..8bfe741fc28 100644
17 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
18 +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
19 @@ -18,11 +18,10 @@ LICENSE="MIT"
20 SLOT="4"
21 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
22
23 -# html5lib is optional however hard coding since its use is actively discouraged in the devmanual
24 RDEPEND="
25 dev-python/soupsieve[${PYTHON_USEDEP}]
26 - $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 pypy)
27 - $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*')
28 + dev-python/html5lib[${PYTHON_USEDEP}]
29 + dev-python/lxml[${PYTHON_USEDEP}]
30 "
31 BDEPEND="${RDEPEND}"