dev-python/beautifulsoup: Make rdeps unconditional
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 16:07:40 +0000 (18:07 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 16:23:36 +0000 (18:23 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild

index 718b73bbf83d6fa6a05da45b1e0657e9c1296e54..8bfe741fc2853f1fe1cbd85d50ca331aa2391974 100644 (file)
@@ -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}"