diff --git a/dev-python/graphene/graphene-2.1.9.ebuild b/dev-python/graphene/graphene-2.1.9.ebuild index bcb573c..cc9c234 100644 --- a/dev-python/graphene/graphene-2.1.9.ebuild +++ b/dev-python/graphene/graphene-2.1.9.ebuild @@ -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