diff options
| author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-06-10 14:33:16 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-06-10 14:33:21 +0000 |
| commit | c70fcafcc977c643ae5947cde8d75b3ac156ac3e (patch) | |
| tree | 3c57052f7f3bede08e03d7916a97df54041b50f2 /testing | |
| parent | acf6101af78f4306242b9fd2bc9fc56dce73b41d (diff) | |
| download | aports-c70fcafcc977c643ae5947cde8d75b3ac156ac3e.tar.bz2 aports-c70fcafcc977c643ae5947cde8d75b3ac156ac3e.tar.xz | |
testing/py3-fakeredis: add depends
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-fakeredis/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-fakeredis/APKBUILD b/testing/py3-fakeredis/APKBUILD index 245fe04173..5d45fe05e5 100644 --- a/testing/py3-fakeredis/APKBUILD +++ b/testing/py3-fakeredis/APKBUILD @@ -2,12 +2,13 @@ pkgname=py3-fakeredis _pkgname=${pkgname#py3-} pkgver=1.0.3 -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" +depends="python3 py3-six py3-redis py3-sortedcontainers" checkdepends="py3-redis py3-six py3-nose py3-sortedcontainers py3-lupa" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |
