commit: cef5b163b2dfa63fe6a85956affd17255d43888c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 27 11:44:05 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 27 12:10:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef5b163
dev-python/django-sortedm2m: Restrict to <dev-python/django-5 Bug: https://bugs.gentoo.org/923002 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> ...ngo-sortedm2m-3.1.1-r1.ebuild => django-sortedm2m-3.1.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django-sortedm2m/django-sortedm2m-3.1.1-r1.ebuild b/dev-python/django-sortedm2m/django-sortedm2m-3.1.1-r2.ebuild similarity index 91% rename from dev-python/django-sortedm2m/django-sortedm2m-3.1.1-r1.ebuild rename to dev-python/django-sortedm2m/django-sortedm2m-3.1.1-r2.ebuild index 9ba7ffd149d1..4c0c11c3e205 100644 --- a/dev-python/django-sortedm2m/django-sortedm2m-3.1.1-r1.ebuild +++ b/dev-python/django-sortedm2m/django-sortedm2m-3.1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-python/django[${PYTHON_USEDEP}] + <dev-python/django-5[${PYTHON_USEDEP}] " BDEPEND=" test? (
