Skip to content

Commit b3d729c

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

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

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

174178
# translations
175179
mo_files = list()

0 commit comments

Comments
 (0)