diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 07:17:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:33 +0000 |
commit | 983848396947679d58733f0be9226922bdc64431 (patch) | |
tree | 6ddfd39b3d2954c2182ac69c43c79cc1dae4672b /testing/py3-cleo | |
parent | 8f078c85b02c10598c486e672a8aaa8535d8ba32 (diff) | |
download | aports-983848396947679d58733f0be9226922bdc64431.tar.bz2 aports-983848396947679d58733f0be9226922bdc64431.tar.xz |
testing/py3-cleo: rebuild against python 3.8
Diffstat (limited to 'testing/py3-cleo')
-rw-r--r-- | testing/py3-cleo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-cleo/APKBUILD b/testing/py3-cleo/APKBUILD index 7037fa32ff..568665463b 100644 --- a/testing/py3-cleo/APKBUILD +++ b/testing/py3-cleo/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-cleo _realname=cleo pkgver=0.6.8 -pkgrel=1 +pkgrel=2 pkgdesc="Python3 library to create beautiful and testable command-line interfaces" options="!check" # No tests on pypi tarball, github uses pyproject.toml url="https://github.com/sdispater/cleo" |