Skip to content
Snippets Groups Projects
Commit 36dd4c2c authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Tahoe-LAFS dropped pycrypto in favor of cryptography

parent c03664ff
No related branches found
No related tags found
1 merge request!31Redeem from issuer
{ fetchFromGitHub, nettools, pythonPackages, buildPythonPackage
, twisted, foolscap, nevow, simplejson, zfec, pycryptopp, darcsver
, setuptoolsTrial, setuptoolsDarcs, pycrypto, pyasn1, zope_interface
, setuptoolsTrial, setuptoolsDarcs, pyasn1, zope_interface, cryptography
, service-identity, pyyaml, magic-wormhole, treq, appdirs
, eliot, autobahn
}:
......@@ -28,16 +28,15 @@ buildPythonPackage rec {
done
sed -i 's/"zope.interface.*"/"zope.interface"/' src/allmydata/_auto_deps.py
sed -i 's/"pycrypto.*"/"pycrypto"/' src/allmydata/_auto_deps.py
'';
propagatedBuildInputs = with pythonPackages; [
twisted foolscap nevow simplejson zfec pycryptopp darcsver
setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
setuptoolsTrial setuptoolsDarcs pyasn1 zope_interface
service-identity pyyaml magic-wormhole treq appdirs
eliot autobahn
eliot autobahn cryptography
];
doCheck = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment