mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-celery: Fix build.
* gnu/packages/python-xyz.scm (python-celery)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I36cb85b9e8291dab6b35e03cfb242c8f05bf6599
This commit is contained in:
parent
85cd4d2311
commit
d7d1790ab0
1 changed files with 3 additions and 1 deletions
|
@ -20968,7 +20968,9 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
|
|||
python-pytest-click
|
||||
python-pytest-subtests
|
||||
python-pytest-timeout
|
||||
python-toml))
|
||||
python-toml
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-billiard
|
||||
python-click
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue