diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-13 18:43:44 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:25 +0100 |
| commit | cf1938d35e9a5ac70c87a2e54540108ba45153ae (patch) | |
| tree | bed5a930b636b56bba4c74e2f84fbad5a0974592 | |
| parent | 10a075b30ed174c5bfbe42582822bc763a9c3479 (diff) | |
gnu: python-flask-restful: Fix build.
* gnu/packages/python-web.scm (python-flask-restful): Fix build.
[native-inputs]: Remove python-wheel; add python-six.
Relates-to: guix/guix!9909
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b6f620e078b..6bfdd7568cb 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -8817,7 +8817,7 @@ S3.") | |||
| 8817 | python-mock | 8817 | python-mock |
| 8818 | python-pytest | 8818 | python-pytest |
| 8819 | python-setuptools | 8819 | python-setuptools |
| 8820 | python-wheel)) | 8820 | python-six)) |
| 8821 | (home-page "https://github.com/flask-restful/flask-restful/") | 8821 | (home-page "https://github.com/flask-restful/flask-restful/") |
| 8822 | (synopsis "Flask module for creating REST APIs") | 8822 | (synopsis "Flask module for creating REST APIs") |
| 8823 | (description | 8823 | (description |
