You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2019/01/25 22:26:14 UTC

[incubator-superset] branch master updated: [docs] bump cryptography lib version in docs (#6755)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new a62a8d3  [docs] bump cryptography lib version in docs (#6755)
a62a8d3 is described below

commit a62a8d3d985ed7343fe83540e5cdcbb1474ac6ac
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Fri Jan 25 14:26:08 2019 -0800

    [docs] bump cryptography lib version in docs (#6755)
---
 docs/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index b2519b7..f1a6d76 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -117,7 +117,7 @@ that the required dependencies are installed: ::
 **OSX**, system python is not recommended. brew's python also ships with pip  ::
 
     brew install pkg-config libffi openssl python
-    env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography==1.9
+    env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography==2.4.2
 
 **Windows** isn't officially supported at this point, but if you want to
 attempt it, download `get-pip.py <https://bootstrap.pypa.io/get-pip.py>`_, and run ``python get-pip.py`` which may need admin access. Then run the following: ::