Skip to content

Commit 2e86de7

Browse files
authored
Merge pull request kivy#1513 from AndreMiras/feature/ticket1253_update_websocket-client_recipe
Updates websocket-client recipe, fixes kivy#1253
2 parents 8bf9651 + a6bc008 commit 2e86de7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pythonforandroid/recipes/websocket-client/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515

1616
class WebSocketClient(Recipe):
1717

18-
url = 'https://github.com/debauchery1st/websocket-client/raw/master/websocket_client-0.40.0.tar.gz'
18+
url = 'https://github.com/websocket-client/websocket-client/archive/v{version}.tar.gz'
1919

2020
version = '0.40.0'
21-
# md5sum = 'f1cf4cc7869ef97a98e5f4be25c30986'
2221

2322
# patches = ['websocket.patch'] # Paths relative to the recipe dir
2423

25-
depends = ['kivy', 'python2', 'android', 'pyjnius',
26-
'cryptography', 'pyasn1', 'pyopenssl']
24+
depends = ['python2', 'android', 'pyjnius', 'cryptography', 'pyasn1', 'pyopenssl']
2725

2826

2927
recipe = WebSocketClient()

0 commit comments

Comments
 (0)