diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-30 14:05:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:58 +0000 |
commit | 9320dedac1e9641e647483b27d1591b25e4b3168 (patch) | |
tree | 12408f05cd2f52005b2b8b792e9f794739e1a298 /community/py3-fakeredis | |
parent | 4a3cd608f564443059707e47fe91b2f7c0dc7d02 (diff) | |
download | aports-9320dedac1e9641e647483b27d1591b25e4b3168.tar.bz2 aports-9320dedac1e9641e647483b27d1591b25e4b3168.tar.xz |
community/py3-fakeredis: rebuild against python 3.8
Diffstat (limited to 'community/py3-fakeredis')
-rw-r--r-- | community/py3-fakeredis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-fakeredis/APKBUILD b/community/py3-fakeredis/APKBUILD index 7106ca4b7e..53b0319ab4 100644 --- a/community/py3-fakeredis/APKBUILD +++ b/community/py3-fakeredis/APKBUILD @@ -2,12 +2,12 @@ pkgname=py3-fakeredis _pkgname=${pkgname#py3-} pkgver=1.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="Fake implementation of redis API for testing purposes" url="https://pypi.org/project/fakeredis/" arch="noarch" license="BSD-3-Clause" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" depends="python3 py3-six py3-redis py3-sortedcontainers" checkdepends="py3-nose py3-lupa" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |