dev-python/defusedxml: Replace distutils-r1 EXAMPLES use

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-03-20 10:56:07 +01:00
parent 8624272ef7
commit abe311a91a

View File

@@ -24,6 +24,11 @@ python_test() {
}
python_install_all() {
use examples && local EXAMPLES=( other/. )
if use examples; then
docinto examples
dodoc -r other/.
docompress -x /usr/share/doc/${PF}/examples
fi
distutils-r1_python_install_all
}