~ruther/guix-local

ab99b3551d8e2ff9fdb281a36b40c5fda2cad689 — Sharlatan Hellseher 5 months ago 3679925
gnu: python-django-pipeline: Reduce closure size.

* gnu/packages/django.scm (python-django-pipeline)[native-inputs]:
Remove python-coveralls, python-tox, and python-wheel.

Change-Id: I4d87c3d37982421892ce102fd64f32aef52da6e3
1 files changed, 2 insertions(+), 5 deletions(-)

M gnu/packages/django.scm
M gnu/packages/django.scm => gnu/packages/django.scm +2 -5
@@ 1064,12 1064,9 @@ to asyncio and Pydantic.")
     (list python-jsmin
           python-css-html-js-minify))
    (native-inputs
     (list python-coveralls
           python-django
     (list python-django
           python-setuptools
           python-setuptools-scm
           python-tox
           python-wheel))
           python-setuptools-scm))
    (home-page
     "https://github.com/jazzband/django-pipeline")
    (synopsis "Asset packaging library for Django")