repo/gentoo:master commit in: dev-python/django-polymorphic/

Michał Górny <[email protected]> Wed, 05 Aug 2026 09:17:03 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785921022.9aff363f9e9416baa6b5eaa9fab366f02ef6e72e.mgorny@gentoo>
commit:     9aff363f9e9416baa6b5eaa9fab366f02ef6e72e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 09:10:22 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 09:10:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aff363f

dev-python/django-polymorphic: Update test dependencies

Closes: https://bugs.gentoo.org/979624
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/django-polymorphic/django-polymorphic-4.11.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-polymorphic/django-polymorphic-4.11.7.ebuild b/dev-python/django-polymorphic/django-polymorphic-4.11.7.ebuild
index b4b4e0c324a6..d9bd3d53db82 100644
--- a/dev-python/django-polymorphic/django-polymorphic-4.11.7.ebuild
+++ b/dev-python/django-polymorphic/django-polymorphic-4.11.7.ebuild
@@ -30,7 +30,7 @@ BDEPEND="
 	test? (
 		$(python_gen_impl_dep sqlite)
 		${RDEPEND}
-		dev-python/dj-database-url[${PYTHON_USEDEP}]
+		dev-python/djangorestframework[${PYTHON_USEDEP}]
 		>=dev-python/packaging-24.2[${PYTHON_USEDEP}]
 	)
 "