summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 10:44:53 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:42 +0100
commitab99b3551d8e2ff9fdb281a36b40c5fda2cad689 (patch)
treeb59bda68ec759b4272b77669efa67481504c424b /gnu
parent36799250a273ea11a5f8e259fc751f89a6340ece (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/django.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 674dd543d32..a3325617ccb 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")