aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-27 14:52:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:19:04 +0000
commit9f800bc4b03d46a51a24f201a9267b4f8a3f0f55 (patch)
tree43354e652b6421adea88cc177b3e9a44d461abae
parent65ee39afd8ff1cee736ac2c7cc42d5071d4d2168 (diff)
testing/py3-cleo: rebuild against python 3.9
-rw-r--r--testing/py3-cleo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-cleo/APKBUILD b/testing/py3-cleo/APKBUILD
index 626bacc32d9..661d9650a83 100644
--- a/testing/py3-cleo/APKBUILD
+++ b/testing/py3-cleo/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-cleo
_realname=cleo
pkgver=0.8.1
-pkgrel=0
+pkgrel=1
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"