From 7e5d56ee816a5c295824dc9947ec700ea1adbef5 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 30 Dec 2020 13:09:33 -0500 Subject: [PATCH] gnu: onionshare: Replace pycrypto by pycryptodome. The later is maintained, unlike the former (unchanged since 2013). * gnu/packages/tor.scm (onionshare)[inputs]: Replace python-pycrypto by python-pycryptodome. --- gnu/packages/tor.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 5e8bc45d52..e2ce7afe9d 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -253,7 +253,7 @@ (define-public onionshare (native-inputs `(("python-pytest" ,python-pytest))) (inputs - `(("python-pycrypto" ,python-pycrypto) + `(("python-pycryptodome" ,python-pycryptodome) ("python-flask" ,python-flask) ("python-flask-httpauth" ,python-flask-httpauth) ("python-nautilus" ,python-nautilus)