Skip to content

Commit 0ef145f

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pythonforandroid/recipes/websocket-client/__init__.py

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

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

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

1516
recipe = WebSocketClient()

0 commit comments

Comments
 (0)