mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-flask-restful: Remove unused dependency.
* gnu/packages/python-web.scm (python-flask-restful)[propagated-inputs]: Remove PYTHON-PYCRYPTO.
This commit is contained in:
parent
92be7e088d
commit
0985bba557
1 changed files with 1 additions and 1 deletions
|
@ -3881,7 +3881,7 @@ (define-public python-flask-restful
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue