diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-30 14:06:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:59 +0000 |
commit | 06ea6109c54799c4d138533bce016c93356ae216 (patch) | |
tree | a1a076765a54f9d3650b417a0475881d3e378293 /community/py3-greenlet | |
parent | 730782632c5e82e1f8275136bbf8b641dad83ca5 (diff) | |
download | aports-06ea6109c54799c4d138533bce016c93356ae216.tar.bz2 aports-06ea6109c54799c4d138533bce016c93356ae216.tar.xz |
community/py3-greenlet: rebuild against python 3.8
Diffstat (limited to 'community/py3-greenlet')
-rw-r--r-- | community/py3-greenlet/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-greenlet/APKBUILD b/community/py3-greenlet/APKBUILD index 282481b7d0..e254febaa4 100644 --- a/community/py3-greenlet/APKBUILD +++ b/community/py3-greenlet/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-greenlet _pkgname=greenlet pkgver=0.4.15 -pkgrel=2 +pkgrel=3 pkgdesc="Lightweight in-process concurrent programming" url="https://pypi.python.org/pypi/greenlet" arch="all" |