~ruther/guix-local

9b827268985666e54734a10599202e20d57d42d9 — Ricardo Wurmus 1 year, 5 months ago def1f7b
gnu: python-apiron: Add missing inputs.

* gnu/packages/python-web.scm (python-apiron)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I98c35266870e2b2a9fa59f933350592cd0269721
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -1
@@ 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