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.
This commit is contained in:
Maxim Cournoyer 2020-12-30 13:09:33 -05:00
parent 452cd4094e
commit 7e5d56ee81
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)