commit:     652a4c91ed076f240d3f86e61f1c01148eb56065
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 21:15:08 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 21:15:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652a4c91

dev-python/django-debug-toolbar: fix deps for musl

Closes: https://bugs.gentoo.org/906701
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 ...o-debug-toolbar-4.4.6.ebuild => django-debug-toolbar-4.4.6-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild
similarity index 94%
rename from dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6.ebuild
rename to dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild
index 1da7a5cf32c5..5d4f0cac811b 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-4.4.6-r1.ebuild
@@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-python/django-4.2.9[${PYTHON_USEDEP}]
+       elibc_musl? ( sys-libs/timezone-data )
 "
 
 BDEPEND="

Reply via email to