<html><body>
<p>1 new commit in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/755ea18f1091/">https://bitbucket.org/yt_analysis/yt/commits/755ea18f1091/</a> Changeset:   755ea18f1091 Branch:      yt User:        ngoldbaum Date:        2016-04-21 17:55:58+00:00 Summary:     Exit the install script early if python can't import ‘_ssl’ module Affected #:  1 file</p>
<p>diff -r 843a342ee5101c18f9acf8a490bdea39d4ee0fc2 -r 755ea18f1091f8be4f916aa164ac313efbb86ad2 doc/install_script.sh --- a/doc/install_script.sh +++ b/doc/install_script.sh @@ -994,6 +994,17 @@</p>
<pre>        cd ..
    fi
</pre>
<p>+    ( ${DEST_DIR}/bin/python -c “import _ssl” 2>&1 ) 1>> ${LOG_FILE} +    RESULT=$? +    if  [ $RESULT -ne 0 ] +    then +        echo “Unable to import the python SSL bindings.” +        echo “This means that OpenSSL is not installed or your system's OpenSSL” +        echo “installation is out of date.” +        echo “Please install OpenSSL or set INST_CONDA=1” +        do_exit +    fi +</p>
<pre>if [ $INST_PY3 -eq 1 ]
then
    if [ ! -e $PYTHON3/done ]</pre>
<p>Repository URL: <a href="https://bitbucket.org/yt_analysis/yt/">https://bitbucket.org/yt_analysis/yt/</a></p>
<p>—</p>
<p>This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.</p>

<img src="http://link.bitbucket.org/wf/open?upn=ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27DweGW7D2ZL-2FoiQrB8FeKbp6YYDHCZeoAI0DhWrAnLds6BBpaGilvaAgNFHtz7It70alG-2FLO2Ht1YacJv2FR-2BvOCsByX6LfnY76-2BwrM1m-2F4W4sLWWcW8MsdP67GyTns1e2Z9nqxINEytvErk45SRIirep-2BFPbPUbstd0eXwDSEgGA6QRhvllzUAYJZCKhZa69g-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>