guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit de361b9edb9250ac61bdd6c04cf64fa0425ef939
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 10:44:53 2025 +0100

    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
---
 gnu/packages/django.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 674dd543d3..a3325617cc 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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")

Reply via email to