app-doc/devmanual: Require xml support in Python

Closes: https://bugs.gentoo.org/829621
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-12-22 17:02:14 +01:00
parent c0d0fac5a1
commit 92a10a9bb0
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
inherit python-any-r1 readme.gentoo-r1
DESCRIPTION="The Gentoo Development Guide"

View File

@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
inherit python-any-r1 readme.gentoo-r1
DESCRIPTION="The Gentoo Development Guide"