www-apps/netbox: netbox-2.11.12 doesn’t work with django-4

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2022-01-20 01:07:17 +01:00
parent e6a6ff1837
commit aa4f6f868c
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -20,7 +20,7 @@ RDEPEND="
acct-user/netbox
${PYTHON_DEPS}
$(python_gen_cond_dep '
>=dev-python/django-3.2.6[${PYTHON_MULTI_USEDEP}]
<dev-python/django-4[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-cacheops-6.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-cors-headers-3.8.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/django-debug-toolbar-3.2.2[${PYTHON_MULTI_USEDEP}]