diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 17:38:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:43 +0000 |
commit | f356f578b0c9e63b7ee73a6d1c94404203b01d72 (patch) | |
tree | ef00c9158b858f2935dae1b9dd153c11d2492909 /community | |
parent | 02d215093026e14bbef32aaa05d80986d02944f7 (diff) | |
download | aports-f356f578b0c9e63b7ee73a6d1c94404203b01d72.tar.bz2 aports-f356f578b0c9e63b7ee73a6d1c94404203b01d72.tar.xz |
community/py-gevent: rebuild against python 3.7
Diffstat (limited to 'community')
-rw-r--r-- | community/py-gevent/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-gevent/APKBUILD b/community/py-gevent/APKBUILD index 759a76c369..f8e69f323d 100644 --- a/community/py-gevent/APKBUILD +++ b/community/py-gevent/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-gevent _pkgname=${pkgname#py-} pkgver=1.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="Python library for seamless coroutine-based concurrency" url="http://gevent.org/" arch="all" |