mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
36799250a2
commit
ab99b3551d
1 changed files with 2 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue