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 5a94d07 commit 363aacaCopy full SHA for 363aaca
pythonforandroid/recipes/pyzmq/__init__.py
@@ -13,7 +13,7 @@ class PyZMQRecipe(CythonRecipe):
13
version = 'master'
14
url = 'https://github.com/zeromq/pyzmq/archive/{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