Skip to content

Commit f977d81

Browse files
committed
Also depend on ndg-httpsclient and pyasn1
Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
1 parent f20d6d5 commit f977d81

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@ def initialize_options(self):
168168

169169
if sys.version_info[0] == 2 and sys.platform == "darwin":
170170
# need PyOpenSSL for SNI support (only 2.X and on Darwin)
171+
# list of packages taken from
172+
# https://github.com/kennethreitz/requests/blob/master/requests/packages/urllib3/contrib/pyopenssl.py
171173
install_requires.append('PyOpenSSL')
174+
install_requires.append('ndg-httpsclient')
175+
install_requires.append('pyasn1')
172176

173177
# translations
174178
mo_files = list()

0 commit comments

Comments
 (0)