Skip to content

Commit 4dd8927

Browse files
ssl-match-hostname required
1 parent f72769b commit 4dd8927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/websocket-client/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class WebSocketClient(Recipe):
99

1010
patches = ['websocket.patch'] # Paths relative to the recipe dir
1111

12-
depends = ['kivy', 'python2', 'android', 'pyjnius',
13-
'cryptography', 'pyasn1', 'pyopenssl']
12+
depends = ['kivy', 'python2', 'android', 'pyjnius', 'backports.ssl-match-hostname',
13+
'cryptography', 'pyasn1', 'ndg_httpsclient', 'pyopenssl']
1414

1515
recipe = WebSocketClient()

0 commit comments

Comments
 (0)