diff --git a/dev-python/graphene-django/graphene-django-2.15.0.ebuild b/dev-python/graphene-django/graphene-django-2.15.0.ebuild index 8c4f43f..586cff0 100644 --- a/dev-python/graphene-django/graphene-django-2.15.0.ebuild +++ b/dev-python/graphene-django/graphene-django-2.15.0.ebuild @@ -3,13 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Graphene Django integration" HOMEPAGE="https://pypi.org/project/graphene-django/" SRC_URI="$(pypi_sdist_url --no-normalize)" -S=${WORKDIR}/${P} LICENSE="MIT" SLOT="0" @@ -27,7 +26,6 @@ DEPEND=" dev-python/text-unidecode[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" -BDEPEND="" PATCHES=( "${FILESDIR}/${P}-pytest-runner.patch"