X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2Fallmydata%2F_auto_deps.py;h=18faacc1ad1788817607a26dd8ebe41d07cb2b71;hb=96024d724438102661138fe2773f4c0c31fb671f;hp=69a6081586960e71207de1e96297bfbe4d6e8a1f;hpb=767d01484eb179d782d33c5d04c9042c04d3ed5e;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 69a60815..18faacc1 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -69,6 +69,7 @@ package_imports = [ ('python', None), ('platform', None), ('pyOpenSSL', 'OpenSSL'), + ('OpenSSL', None), ('simplejson', 'simplejson'), ('pycrypto', 'Crypto'), ('pyasn1', 'pyasn1'), @@ -169,7 +170,8 @@ else: # not *directly* depend on pyOpenSSL. # # * pyOpenSSL >= 0.13 is needed in order to avoid -# . +# , and also to check the +# version of OpenSSL that pyOpenSSL is using. # # * pyOpenSSL >= 0.14 is built on the 'cryptography' package which depends # on 'cffi' (and indirectly several other packages). Unfortunately cffi