We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0663e54 commit 1518d9cCopy full SHA for 1518d9c
pythonforandroid/recipes/pyzmq/__init__.py
@@ -10,10 +10,10 @@
10
11
class PyZMQRecipe(CythonRecipe):
12
name = 'pyzmq'
13
- version = 'master'
14
- url = 'https://github.com/zeromq/pyzmq/archive/{version}.zip'
+ version = '20.0.0'
+ url = 'https://github.com/zeromq/pyzmq/archive/v{version}.zip'
15
site_packages_name = 'zmq'
16
- depends = ['libzmq']
+ depends = ['setuptools', 'libzmq']
17
cython_args = ['-Izmq/utils',
18
'-Izmq/backend/cython',
19
'-Izmq/devices']
0 commit comments