guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d397607183021f98bbfd965d3441aa82aa1fd1ae
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Jul 13 18:43:44 2026 +0200
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
---
gnu/packages/python-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2c5f19a255..0e37dc0469 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8763,7 +8763,7 @@ S3.")
python-mock
python-pytest
python-setuptools
- python-wheel))
+ python-six))
(home-page "https://github.com/flask-restful/flask-restful/")
(synopsis "Flask module for creating REST APIs")
(description