Skip to content

Commit 363aaca

Browse files
committed
try installing setuptools first
1 parent 5a94d07 commit 363aaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyzmq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class PyZMQRecipe(CythonRecipe):
1313
version = 'master'
1414
url = 'https://github.com/zeromq/pyzmq/archive/{version}.zip'
1515
site_packages_name = 'zmq'
16-
depends = ['libzmq']
16+
depends = ['setuptools', 'libzmq']
1717
cython_args = ['-Izmq/utils',
1818
'-Izmq/backend/cython',
1919
'-Izmq/devices']

0 commit comments

Comments
 (0)