diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 12:28:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:39 +0000 |
commit | 3e1124778ce3273b706b48a67ab026d5a2518f90 (patch) | |
tree | 3c2da7b99fb370687c2d5fbc37ea3207e952ae2c /community/py-zmq | |
parent | 11ee4b55e3eab5861694b8f4577043fa2cdb5523 (diff) | |
download | aports-3e1124778ce3273b706b48a67ab026d5a2518f90.tar.bz2 aports-3e1124778ce3273b706b48a67ab026d5a2518f90.tar.xz |
community/py-zmq: rebuild against python 3.7
Diffstat (limited to 'community/py-zmq')
-rw-r--r-- | community/py-zmq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-zmq/APKBUILD b/community/py-zmq/APKBUILD index f03aec8a28..2c93480f1a 100644 --- a/community/py-zmq/APKBUILD +++ b/community/py-zmq/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-zmq _pkgname=pyzmq pkgver=18.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for ZeroMQ" url="https://pypi.python.org/pypi/pyzmq" arch="all !s390x" # https://github.com/zeromq/pyzmq/issues/1274 |