mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-kombu: Add missing inputs.
* gnu/packages/python-xyz.scm (python-kombu)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I3e8e741e0913d2ff96a53bb048075223196399cc
This commit is contained in:
parent
7bab6152f7
commit
86bffc7817
1 changed files with 3 additions and 1 deletions
|
@ -20757,7 +20757,9 @@ applications.")
|
||||||
python-pyro4
|
python-pyro4
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-sugar
|
python-pytest-sugar
|
||||||
python-tzdata))
|
python-setuptools
|
||||||
|
python-tzdata
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-amqp python-typing-extensions python-vine))
|
(list python-amqp python-typing-extensions python-vine))
|
||||||
(home-page "https://kombu.readthedocs.io")
|
(home-page "https://kombu.readthedocs.io")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue