You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest nimbus version the cumulus-deps.tar.gz archive is still downloaded which brings dependencies like pyOpenssl-0.10 and pyOpenSSL-0.13 into the mix.
The newest pyOpenSSL version which still compiles against newer openssl versions is 0.14.
To be able to compile against a not out of date version of openssl this dependency needs to be updated. Is there any code that requires this old pyOpenSSL versions?
With the latest nimbus version the cumulus-deps.tar.gz archive is still downloaded which brings dependencies like pyOpenssl-0.10 and pyOpenSSL-0.13 into the mix.
The newest pyOpenSSL version which still compiles against newer openssl versions is 0.14.
To be able to compile against a not out of date version of openssl this dependency needs to be updated. Is there any code that requires this old pyOpenSSL versions?