mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ pretty printer and a tree visitor.")
|
||||||
(substitute* "flask_restful/__init__.py"
|
(substitute* "flask_restful/__init__.py"
|
||||||
(("flask\\.helpers") "flask.scaffold")))))))
|
(("flask\\.helpers") "flask.scaffold")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-aniso8601 python-flask python-pycrypto python-pytz))
|
(list python-aniso8601 python-flask python-pytz))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ;; Optional dependency of Flask. Tests need it.
|
(list ;; Optional dependency of Flask. Tests need it.
|
||||||
python-blinker python-mock ; For tests
|
python-blinker python-mock ; For tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue