diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 07:10:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:32 +0000 |
commit | 971d4e65e3b6340d667d37443440d8f0424781a6 (patch) | |
tree | a10c6c7b15826d428a14b9f15f413a4d7b7b6ea0 /testing/py3-bottle-redis | |
parent | ee1bbcdfac080172cfb235988021d982e47353d3 (diff) | |
download | aports-971d4e65e3b6340d667d37443440d8f0424781a6.tar.bz2 aports-971d4e65e3b6340d667d37443440d8f0424781a6.tar.xz |
testing/py3-bottle-redis: rebuild against python 3.8
Diffstat (limited to 'testing/py3-bottle-redis')
-rw-r--r-- | testing/py3-bottle-redis/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-bottle-redis/APKBUILD b/testing/py3-bottle-redis/APKBUILD index 221b920e0f..e08d326bc4 100644 --- a/testing/py3-bottle-redis/APKBUILD +++ b/testing/py3-bottle-redis/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-bottle-redis _pkgname=bottle-redis pkgver=0.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Bottle redis plugin" options="!check" # No testsuite url="https://github.com/bottlepy/bottle-redis" |