diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-17 10:21:59 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:38:01 +0100 |
| commit | 9b827268985666e54734a10599202e20d57d42d9 (patch) | |
| tree | e5f69d0824f99a934b60a9fc0ff1f4955733d281 /gnu/packages/python-web.scm | |
| parent | def1f7ba661c5896b0e90b0f6d3a6d996306cac8 (diff) | |
gnu: python-apiron: Add missing inputs.
* gnu/packages/python-web.scm (python-apiron)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I98c35266870e2b2a9fa59f933350592cd0269721
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index de72374bb4f..f01843185cb 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -4139,7 +4139,8 @@ WebSocket usage in Python programs.") | |||
| 4139 | (propagated-inputs | 4139 | (propagated-inputs |
| 4140 | (list python-requests)) | 4140 | (list python-requests)) |
| 4141 | (native-inputs | 4141 | (native-inputs |
| 4142 | (list python-pytest python-pytest-cov)) | 4142 | (list python-pytest python-pytest-cov |
| 4143 | python-setuptools python-wheel)) | ||
| 4143 | (home-page "https://github.com/ithaka/apiron") | 4144 | (home-page "https://github.com/ithaka/apiron") |
| 4144 | (synopsis "Python wrapper for interacting with RESTful APIs") | 4145 | (synopsis "Python wrapper for interacting with RESTful APIs") |
| 4145 | (description | 4146 | (description |
