aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-05-25 18:22:11 +0200
committerJakub Jirutka <jakub@jirutka.cz>2020-05-25 18:22:28 +0200
commit4d91b4b23c24551a7f50e39db8c487be82243913 (patch)
tree4eb5302516ccef8eff708e4e7f8924796f77e21c
parentf5b4e13d48563936165278e5f93e1fade5aefb15 (diff)
downloadalpine_aports-4d91b4b23c24551a7f50e39db8c487be82243913.tar.bz2
alpine_aports-4d91b4b23c24551a7f50e39db8c487be82243913.tar.xz
alpine_aports-4d91b4b23c24551a7f50e39db8c487be82243913.zip
community/dzonegit: disable check
Reported to upstream: https://github.com/oskar456/dzonegit/issues/15
-rw-r--r--community/dzonegit/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/dzonegit/APKBUILD b/community/dzonegit/APKBUILD
index 3cce6a53ed..1e6f8b9483 100644
--- a/community/dzonegit/APKBUILD
+++ b/community/dzonegit/APKBUILD
@@ -11,6 +11,7 @@ depends="bind-tools git python3"
11checkdepends="py3-pytest py3-pytest-runner" 11checkdepends="py3-pytest py3-pytest-runner"
12source="https://github.com/oskar456/dzonegit/archive/v$pkgver/$pkgname-$pkgver.tar.gz" 12source="https://github.com/oskar456/dzonegit/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
13builddir="$srcdir/$pkgname-$pkgver" 13builddir="$srcdir/$pkgname-$pkgver"
14options="!check" # https://github.com/oskar456/dzonegit/issues/15
14 15
15build() { 16build() {
16 python3 setup.py build 17 python3 setup.py build