guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f6579867886ec1e21f6b182849c1fb95bce52e6f
Author: Charles Roelli <[email protected]>
AuthorDate: Wed Sep 24 13:39:48 2025 +0200

    gnu: python-django-extensions: Fix tests.
    
    * gnu/packages/django.scm (python-django-extensions)[native-inputs]:
    Remove python-wheel; add tzdata-for-tests.
    
    Change-Id: I3251b2d4cdb5d72415863a18f7437e6c6ada567e
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index d8b67b39b9..4d1dc18624 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -419,7 +419,7 @@ and adapters that are useful for non-trivial configuration 
scenarios.")
            python-pytest-django
            python-setuptools
            python-shortuuid
-           python-wheel))
+           tzdata-for-tests))
     (home-page "https://github.com/django-extensions/django-extensions";)
     (synopsis "Custom management extensions for Django")
     (description

Reply via email to