dev-python/sympy: depend on lxml, not libxml2, for mathml (#890559)

Closes: https://bugs.gentoo.org/890559
Signed-off-by: Jérôme Carretero <cJ-gentoo@zougloub.eu>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Jérôme Carretero
2023-02-17 09:44:37 -05:00
committed by Michał Górny
parent b460247984
commit 267f8e520a

View File

@@ -30,7 +30,7 @@ RDEPEND="
png? ( app-text/dvipng )
pdf? ( app-text/ghostscript-gpl )
)
mathml? ( dev-libs/libxml2:2[${PYTHON_USEDEP}] )
mathml? ( dev-python/lxml[${PYTHON_USEDEP}] )
opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
pyglet? ( dev-python/pyglet[${PYTHON_USEDEP}] )
symengine? ( dev-python/symengine[${PYTHON_USEDEP}] )