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.master
parent
452cd4094e
commit
7e5d56ee81
|
@ -253,7 +253,7 @@ networks.")
|
|||
(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)
|
||||
|
|
Reference in New Issue