summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 18:07:40 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 18:23:36 +0200
commit443e2e8a4b385060d9e1a749a53a0bee7c4d3d7e (patch)
tree433bb591ed91473b92b075630ff5bb53792fc183 /dev-python/beautifulsoup
parentdev-python/beautifulsoup: Port to py39 (diff)
downloadgentoo-443e2e8a4b385060d9e1a749a53a0bee7c4d3d7e.tar.gz
gentoo-443e2e8a4b385060d9e1a749a53a0bee7c4d3d7e.tar.bz2
gentoo-443e2e8a4b385060d9e1a749a53a0bee7c4d3d7e.zip
dev-python/beautifulsoup: Make rdeps unconditional
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 718b73bbf83d..8bfe741fc285 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -18,11 +18,10 @@ LICENSE="MIT"
SLOT="4"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-# html5lib is optional however hard coding since its use is actively discouraged in the devmanual
RDEPEND="
dev-python/soupsieve[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 pypy)
- $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*')
+ dev-python/html5lib[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"