guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: python-flask-restful: Remove unused dependency.


From: guix-commits
Subject: 03/04: gnu: python-flask-restful: Remove unused dependency.
Date: Sun, 20 Nov 2022 06:18:34 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0985bba55786d74540e53eabb7364cf6765eb52f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 12:03:33 2022 +0100

    gnu: python-flask-restful: Remove unused dependency.
    
    * gnu/packages/python-web.scm (python-flask-restful)[propagated-inputs]:
    Remove PYTHON-PYCRYPTO.
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]