diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-31 16:27:42 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:41 +0000 |
| commit | 1f02cd31b12106bb42dd22a62ccd8152d358cd3c (patch) | |
| tree | 3f0fdd8ba3e98ef41b337f2348e69cf70ce4d51a /gnu | |
| parent | b635bb895532b4e69f10795e5895142f062f94e4 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/django.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 720c4dbfdd3..8e06f866ce8 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -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 |
