aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/py3-pyrsistent/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py3-pyrsistent/APKBUILD b/community/py3-pyrsistent/APKBUILD
index 41cfdd3b42a..aae74a8fc76 100644
--- a/community/py3-pyrsistent/APKBUILD
+++ b/community/py3-pyrsistent/APKBUILD
@@ -4,13 +4,12 @@ pkgname=py3-pyrsistent
pkgver=0.15.1
pkgrel=0
pkgdesc="Persistent/Functional/Immutable data structures"
-options="net" # Needs to fetch pytest-runner
url="https://github.com/tobgu/pyrsistent"
arch="all"
license="MIT"
depends="py3-six"
makedepends="py3-setuptools python3-dev"
-checkdepends="py3-hypothesis py3-pytest"
+checkdepends="py3-hypothesis py3-pytest py3-pytest-runner"
source="$pkgname-$pkgver.tar.gz::https://github.com/tobgu/pyrsistent/archive/v${pkgver}.tar.gz"
builddir="$srcdir/pyrsistent-$pkgver"