dev-python/graphene: “fixing” examples

This commit is contained in:
Alarig Le Lay 2023-02-06 19:50:47 +01:00
parent 2166998898
commit fd93535c0d
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ EPYTEST_DESELECT=(
src_unpack() {
unpack ${P}.tar.gz
rm -r "${S}"/examples
if use doc; then
unpack sphinx-${P}.zip
mv "${WORKDIR}"/sphinx_graphene_theme "${S}"/docs || die