summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-23 16:26:11 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-23 16:38:17 +0100
commit60fc76b61157669b75da58e94de50d3af57a9f49 (patch)
tree833340b4fa586e8d8b477110db2488994b7b5a74 /dev-python/lxml
parentdev-ruby/test-unit: s390 stable wrt bug #700922 (diff)
downloadgentoo-60fc76b61157669b75da58e94de50d3af57a9f49.tar.gz
gentoo-60fc76b61157669b75da58e94de50d3af57a9f49.tar.bz2
gentoo-60fc76b61157669b75da58e94de50d3af57a9f49.zip
dev-python/lxml: Revert "Enable py3.8"
It is more broken that it looked at a first glance. Also, it was supposed to say 'pypy3'. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lxml')
-rw-r--r--dev-python/lxml/lxml-4.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lxml/lxml-4.4.1.ebuild b/dev-python/lxml/lxml-4.4.1.ebuild
index a7f9ceeff70c..2d1ba408e65b 100644
--- a/dev-python/lxml/lxml-4.4.1.ebuild
+++ b/dev-python/lxml/lxml-4.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
inherit distutils-r1 eutils toolchain-funcs
@@ -24,7 +24,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
- dev-python/cython[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*')
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
"