guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 53030b61eb4992fc4b7313ef9e49574a471241c9
Author: Charles Roelli <[email protected]>
AuthorDate: Wed Sep 24 13:43:10 2025 +0200

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

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 4d1dc18624..fa2731a910 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -651,8 +651,8 @@ useful tools for testing Django applications and projects.")
            python-requests
            python-setuptools
            python-setuptools-scm
-           python-wheel
-           python-whoosh))
+           python-whoosh
+           tzdata-for-tests))
     (home-page "https://haystacksearch.org/";)
     (synopsis "Pluggable search for Django")
     (description "Haystack provides modular search for Django.  It features a

Reply via email to