diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 21:09:53 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 21:09:53 +0100 |
commit | c37a4260387f7be89783c8f46ffd4a2643069fbd (patch) | |
tree | 090423296e17c3f60b5dd772bad23bceaa19f734 /gnu/packages/python-web.scm | |
parent | cae97cd773befcc68ce0ba8709e50c8697b7f0d3 (diff) | |
parent | 4416e94e517a955fe6152094df8b89d2c0c13e65 (diff) | |
download | guix-c37a4260387f7be89783c8f46ffd4a2643069fbd.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 871062f697..905d79886f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3881,7 +3881,7 @@ pretty printer and a tree visitor.") (substitute* "flask_restful/__init__.py" (("flask\\.helpers") "flask.scaffold"))))))) (propagated-inputs - (list python-aniso8601 python-flask python-pycrypto python-pytz)) + (list python-aniso8601 python-flask python-pytz)) (native-inputs (list ;; Optional dependency of Flask. Tests need it. python-blinker python-mock ; For tests |