aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-10 05:45:18 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-10 05:45:28 -0300
commitddcb7f7b89c2aaf63a49de1464665956c5502059 (patch)
treebac0d18bee2ad3fe9b0145d0826c294ebb19d7ff
parent6fc2696f3e040530200912be58829329d7b05b27 (diff)
downloadalpine_aports-ddcb7f7b89c2aaf63a49de1464665956c5502059.tar.bz2
alpine_aports-ddcb7f7b89c2aaf63a49de1464665956c5502059.tar.xz
alpine_aports-ddcb7f7b89c2aaf63a49de1464665956c5502059.zip
testing/py-hotqueue: disable on armv7
-rw-r--r--testing/py-hotqueue/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-hotqueue/APKBUILD b/testing/py-hotqueue/APKBUILD
index e77ac2ecde..83a1ecb9d8 100644
--- a/testing/py-hotqueue/APKBUILD
+++ b/testing/py-hotqueue/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.2.7
6pkgrel=0 6pkgrel=0
7pkgdesc="A Python library that allows to use Redis as a message queue" 7pkgdesc="A Python library that allows to use Redis as a message queue"
8url="http://github.com/richardhenry/hotqueue" 8url="http://github.com/richardhenry/hotqueue"
9arch="noarch" 9arch="noarch !armv7" # urllib2.HTTPError: HTTP Error 403: SSL is required
10license="MIT" 10license="MIT"
11depends="python2" 11depends="python2"
12depends_dev="" 12depends_dev=""