commit: 10828321263bb5a7c9285fb53771c7ae00283ae6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 18 12:33:42 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 18 12:51:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10828321
dev-python/lxml: Force old libxml2 for the time being Bug: https://bugs.gentoo.org/790737 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/lxml/lxml-4.6.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/lxml/lxml-4.6.3.ebuild b/dev-python/lxml/lxml-4.6.3.ebuild index f600d3a5f55..e498fe87cce 100644 --- a/dev-python/lxml/lxml-4.6.3.ebuild +++ b/dev-python/lxml/lxml-4.6.3.ebuild @@ -20,13 +20,12 @@ RESTRICT="!test? ( test )" # Note: lib{xml2,xslt} are used as C libraries, not Python modules. RDEPEND=" - >=dev-libs/libxml2-2.9.5 + <dev-libs/libxml2-2.9.12 >=dev-libs/libxslt-1.1.28" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] doc? ( $(python_gen_any_dep ' dev-python/docutils[${PYTHON_USEDEP}]
