dev-python/soupsieve: Make lxml dep unconditional
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 16:56:59 +0000 (18:56 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 16:56:59 +0000 (18:56 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/soupsieve/soupsieve-1.9.5.ebuild
dev-python/soupsieve/soupsieve-1.9.6.ebuild

index 6c09f781048d3914c03a4a0579e3df9aa6b7c3ae..a999810d15adeb7d7e0bd150c1ba3601dc60d42b 100644 (file)
@@ -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}]
        )
 "
index 0c8916942a87254058ce65348b03b0fdd4749a6b..2fa1722f09712755d57cbfa7f55369444defaa61 100644 (file)
@@ -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}]
        )
 "