Skip to content

Commit 059d32c

Browse files
committed
Mention the cffi issue (fixes bpython#470)
Signed-off-by: Sebastian Ramacher <[email protected]>
1 parent 1e11be9 commit 059d32c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ Dependencies
1717
* babel (optional, for internationalization)
1818
* watchdog (optional, for monitoring imported modules for changes)
1919

20+
If you are using Python 2 on Mac OS X, the following dependencies are required
21+
as well:
22+
23+
* pyOpenSSL
24+
* ndg-httpsclien
25+
* pyasn1
26+
27+
If you have problems installing cffi which is needed by pyOpenSSL,
28+
please take a look at https://cffi.readthedocs.org/en/release-0.8/#macos-x.
29+
30+
2031
bpython-urwid
2132
-------------
2233
``bpython-urwid`` requires the following additional packages:

0 commit comments

Comments
 (0)