Skip to content

Commit

Permalink
app-doc/devmanual: Require xml support in Python
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/829621
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 22, 2021
1 parent c0d0fac commit 92a10a9
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-doc/devmanual/devmanual-0_pre20210118.ebuild
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions app-doc/devmanual/devmanual-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 92a10a9

Please sign in to comment.