mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-apiron: Add missing inputs.
* gnu/packages/python-web.scm (python-apiron)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I98c35266870e2b2a9fa59f933350592cd0269721
This commit is contained in:
parent
def1f7ba66
commit
9b82726898
1 changed files with 2 additions and 1 deletions
|
@ -4139,7 +4139,8 @@ WebSocket usage in Python programs.")
|
|||
(propagated-inputs
|
||||
(list python-requests))
|
||||
(native-inputs
|
||||
(list python-pytest python-pytest-cov))
|
||||
(list python-pytest python-pytest-cov
|
||||
python-setuptools python-wheel))
|
||||
(home-page "https://github.com/ithaka/apiron")
|
||||
(synopsis "Python wrapper for interacting with RESTful APIs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue