diff options
Diffstat (limited to 'community')
| -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" |
