diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 12:03:33 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 12:17:30 +0100 |
commit | 0985bba55786d74540e53eabb7364cf6765eb52f (patch) | |
tree | 9ea7f593cc42a61a2ef139893f86a100f3f13fff | |
parent | 92be7e088d285f9e3c8b64ab78d921f4042d05d1 (diff) | |
download | guix-0985bba55786d74540e53eabb7364cf6765eb52f.tar guix-0985bba55786d74540e53eabb7364cf6765eb52f.tar.gz |
gnu: python-flask-restful: Remove unused dependency.
* gnu/packages/python-web.scm (python-flask-restful)[propagated-inputs]:
Remove PYTHON-PYCRYPTO.
-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 |