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
{{ message }}
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
I also needed to modify this line "deps/pyOpenSSL-0.13.tar.gz" into this "deps/pyOpenSSL-0.15.tar.gz" in the file ~/nimbus-iaas-2.10.1-src/cumulus/reqs.txt.
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?
The text was updated successfully, but these errors were encountered: