From 94f54d9b2049d8dce01404c511cd8e34c0a6e2ba Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Thu, 22 Aug 2024 02:22:03 +0200 Subject: [PATCH] dev-python/graphene-django: deps fix Signed-off-by: Alarig Le Lay --- .../graphene-django/graphene-django-3.2.2.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/dev-python/graphene-django/graphene-django-3.2.2.ebuild b/dev-python/graphene-django/graphene-django-3.2.2.ebuild index 95663a7..fb78d53 100644 --- a/dev-python/graphene-django/graphene-django-3.2.2.ebuild +++ b/dev-python/graphene-django/graphene-django-3.2.2.ebuild @@ -16,12 +16,15 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" - >=dev-python/graphql-core-3.1[${PYTHON_USEDEP}] - =dev-python/graphql-relay-3.1[${PYTHON_USEDEP}] - =dev-python/aniso8601-8[${PYTHON_USEDEP}] - =dev-python/graphene-3.0[${PYTHON_USEDEP}] + =dev-python/graphql-core-3.1.0[${PYTHON_USEDEP}] + =dev-python/graphql-relay-3.1.1[${PYTHON_USEDEP}] + =dev-python/django-3.2[${PYTHON_USEDEP}] + >=dev-python/promise-2.1[${PYTHON_USEDEP}] + dev-python/text-unidecode[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" BDEPEND="