~ruther/guix-local

f6579867886ec1e21f6b182849c1fb95bce52e6f — Charles Roelli 5 months ago 8c619f2
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 <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/django.scm
M gnu/packages/django.scm => gnu/packages/django.scm +1 -1
@@ 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