Skip to content

Commit 26c6f60

Browse files
author
Trevor Martin
committed
work-around for patch
1 parent 1a94767 commit 26c6f60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pythonforandroid/recipes/websocket-client/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33

44
class WebSocketClient(Recipe):
5-
url = 'https://pypi.python.org/packages/a7/2b/0039154583cb0489c8e18313aa91ccd140ada103289c5c5d31d80fd6d186/websocket_client-0.40.0.tar.gz'
5+
url = 'https://github.com/debauchery1st/websocket-client/blob/master/websocket_client-0.40.0.tar.gz?raw=true'
6+
# url = 'https://pypi.python.org/packages/a7/2b/0039154583cb0489c8e18313aa91ccd140ada103289c5c5d31d80fd6d186/websocket_client-0.40.0.tar.gz'
67
version = '0.40.0'
7-
md5sum = 'f1cf4cc7869ef97a98e5f4be25c30986'
8+
# md5sum = 'f1cf4cc7869ef97a98e5f4be25c30986'
89

9-
patches = ['websocket.patch'] # Paths relative to the recipe dir
10+
# patches = ['websocket.patch'] # Paths relative to the recipe dir
1011

1112
depends = ['kivy', 'python2', 'android', 'pyjnius',
1213
'cryptography', 'pyasn1', 'pyopenssl']

0 commit comments

Comments
 (0)