Skip to content

Commit 1403883

Browse files
committed
use specific pyzmq version tag
1 parent 363aaca commit 1403883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/pyzmq/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
class PyZMQRecipe(CythonRecipe):
1212
name = 'pyzmq'
13-
version = 'master'
14-
url = 'https://github.com/zeromq/pyzmq/archive/{version}.zip'
13+
version = '20.0.0'
14+
url = 'https://github.com/zeromq/pyzmq/archive/v{version}.zip'
1515
site_packages_name = 'zmq'
1616
depends = ['setuptools', 'libzmq']
1717
cython_args = ['-Izmq/utils',

0 commit comments

Comments
 (0)