From: Michał Górny Date: Tue, 26 May 2020 16:56:59 +0000 (+0200) Subject: dev-python/soupsieve: Make lxml dep unconditional X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=808171001f44b55cd4ae77c1a7daab5b92603ec8;p=gentoo.git dev-python/soupsieve: Make lxml dep unconditional Signed-off-by: Michał Górny --- diff --git a/dev-python/soupsieve/soupsieve-1.9.5.ebuild b/dev-python/soupsieve/soupsieve-1.9.5.ebuild index 6c09f781048d..a999810d15ad 100644 --- a/dev-python/soupsieve/soupsieve-1.9.5.ebuild +++ b/dev-python/soupsieve/soupsieve-1.9.5.ebuild @@ -24,7 +24,7 @@ RDEPEND=" BDEPEND="${RDEPEND} test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*') + dev-python/lxml[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] ) " diff --git a/dev-python/soupsieve/soupsieve-1.9.6.ebuild b/dev-python/soupsieve/soupsieve-1.9.6.ebuild index 0c8916942a87..2fa1722f0971 100644 --- a/dev-python/soupsieve/soupsieve-1.9.6.ebuild +++ b/dev-python/soupsieve/soupsieve-1.9.6.ebuild @@ -24,7 +24,7 @@ RDEPEND=" BDEPEND="${RDEPEND} test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 'python3*') + dev-python/lxml[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] ) "