aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-06-10 14:33:16 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-06-10 14:33:21 +0000
commitc70fcafcc977c643ae5947cde8d75b3ac156ac3e (patch)
tree3c57052f7f3bede08e03d7916a97df54041b50f2
parentacf6101af78f4306242b9fd2bc9fc56dce73b41d (diff)
downloadalpine_aports-c70fcafcc977c643ae5947cde8d75b3ac156ac3e.tar.bz2
alpine_aports-c70fcafcc977c643ae5947cde8d75b3ac156ac3e.tar.xz
alpine_aports-c70fcafcc977c643ae5947cde8d75b3ac156ac3e.zip
testing/py3-fakeredis: add depends
-rw-r--r--testing/py3-fakeredis/APKBUILD3
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 @@
2pkgname=py3-fakeredis 2pkgname=py3-fakeredis
3_pkgname=${pkgname#py3-} 3_pkgname=${pkgname#py3-}
4pkgver=1.0.3 4pkgver=1.0.3
5pkgrel=0 5pkgrel=1
6pkgdesc="Fake implementation of redis API for testing purposes" 6pkgdesc="Fake implementation of redis API for testing purposes"
7url="https://pypi.org/project/fakeredis/" 7url="https://pypi.org/project/fakeredis/"
8arch="noarch" 8arch="noarch"
9license="BSD-3-Clause" 9license="BSD-3-Clause"
10makedepends="python3-dev" 10makedepends="python3-dev"
11depends="python3 py3-six py3-redis py3-sortedcontainers"
11checkdepends="py3-redis py3-six py3-nose py3-sortedcontainers py3-lupa" 12checkdepends="py3-redis py3-six py3-nose py3-sortedcontainers py3-lupa"
12source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" 13source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
13builddir="$srcdir"/$_pkgname-$pkgver 14builddir="$srcdir"/$_pkgname-$pkgver