summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>2020-01-29 14:45:12 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-29 15:58:46 +0100
commit5f58bab4f7c0b17b8750eca39f20cf2f0788292d (patch)
tree950a833535827e2f210af22ba15a198ee7d2f624 /dev-python/lxml
parentmedia-sound/guitarix: bump to 0.39.0 (diff)
downloadgentoo-5f58bab4f7c0b17b8750eca39f20cf2f0788292d.tar.gz
gentoo-5f58bab4f7c0b17b8750eca39f20cf2f0788292d.tar.bz2
gentoo-5f58bab4f7c0b17b8750eca39f20cf2f0788292d.zip
dev-python/lxml: pull cython[pypy3]
Building lxml with pypy3 compatibility requires the pypy3 version of cython. Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14497 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lxml')
-rw-r--r--dev-python/lxml/lxml-4.4.2.ebuild2
-rw-r--r--dev-python/lxml/lxml-4.4.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lxml/lxml-4.4.2.ebuild b/dev-python/lxml/lxml-4.4.2.ebuild
index 494b32823d6a..a1977b72205a 100644
--- a/dev-python/lxml/lxml-4.4.2.ebuild
+++ b/dev-python/lxml/lxml-4.4.2.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
- $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*')
+ dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
"
diff --git a/dev-python/lxml/lxml-4.4.3.ebuild b/dev-python/lxml/lxml-4.4.3.ebuild
index 831078984924..8e5f5c5c5482 100644
--- a/dev-python/lxml/lxml-4.4.3.ebuild
+++ b/dev-python/lxml/lxml-4.4.3.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
- $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*')
+ dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
"