Skip to content

Commit 7850a93

Browse files
Recipe for websocket-client
1 parent 1191d8f commit 7850a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/websocket-client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class WebSocketClient(Recipe):
1010
patches = ['websocket.patch'] # Paths relative to the recipe dir
1111

1212
depends = ['kivy', 'python2', 'android', 'pyjnius',
13-
'cryptography', 'pyasn1', 'ndg_httpsclient', 'pyopenssl']
13+
'cryptography', 'pyasn1', 'pyopenssl']
1414

1515
recipe = WebSocketClient()

0 commit comments

Comments
 (0)