web-page-replay
web-page-replay copied to clipboard
pyOpenSSL == 0.13 fails to build against new OpenSSL
/usr/local/opt/openssl/include/openssl/x509.h:751:15: note: previous declaration is here
X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev);
^
1 error generated.
error: command 'clang' failed with exit status 1
- https://github.com/pyca/pyopenssl/issues/276
- https://github.com/cloudera/hue/issues/205
Updating pyOpenSSL resolves the issue.