1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-django-haystack: Remove python-coverage from native inputs.

* gnu/packages/django.scm (python-django-haystack)[native-inputs]:
Remove python-coverage.

Change-Id: I8ee3c3ac61322fa5c936f702d8ee01b1df14ac38
This commit is contained in:
Sharlatan Hellseher
2025-10-31 16:27:42 +00:00
parent b635bb8955
commit 1f02cd31b1

View File

@@ -644,8 +644,7 @@ useful tools for testing Django applications and projects.")
(list python-django python-packaging))
;; (inputs (list gdal)) ; it's optional, tests fail when provided
(native-inputs
(list python-coverage
python-dateutil
(list python-dateutil
python-geopy
python-pysolr
python-requests