Skip to content

Commit d321674

Browse files
committed
Stop requiring pyOpenSSL.
This is no longer needed.
1 parent cefff49 commit d321674

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,11 @@ repo, from which you can submit a pull request.
6767
I'm getting weird errors... Can you help?
6868
-----------------------------------------
6969

70-
Chances are you have some dependency problems...
71-
If you're on Ubuntu,
72-
try installing the pre-compiled packages::
70+
If the error mentions ``Python.h`` not being found,
71+
install ``python-dev`` and try again.
72+
On Debian/Ubuntu::
7373

74-
$ sudo apt-get install python-crypto python-openssl libffi-dev
75-
76-
or try installing the development packages
77-
(that have the header files included)
78-
and then ``pip install`` the dependencies again::
79-
80-
$ sudo apt-get install python-dev libssl-dev libffi-dev
81-
$ pip install gcloud
74+
$ sudo apt-get install python-dev
8275

8376
Adding Features
8477
---------------

docs/index.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -138,22 +138,6 @@ The ``gcloud`` library is ``pip`` install-able:
138138
139139
$ pip install gcloud
140140
141-
If you have trouble installing
142-
``pycrypto`` or ``pyopenssl``
143-
(and you're on Ubuntu),
144-
you can try install the precompiled packages:
145-
146-
.. code-block:: console
147-
148-
$ sudo apt-get install python-crypto python-openssl
149-
150-
If you want to install everything with ``pip``,
151-
try installing the ``dev`` packages beforehand:
152-
153-
.. code-block:: console
154-
155-
$ sudo apt-get install python-dev libssl-dev
156-
157141
If you want to install ``gcloud-python`` from source,
158142
you can clone the repository from GitHub:
159143

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
'googleapis-common-protos',
1616
'oauth2client >= 2.0.1',
1717
'protobuf >= 3.0.0b2, != 3.0.0.b2.post1',
18-
'pyOpenSSL',
1918
'six',
2019
]
2120
GRPC_EXTRAS = ['grpcio >= 0.13.1']

0 commit comments

Comments
 (0)