diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-10 05:45:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-10 05:45:28 -0300 |
commit | ddcb7f7b89c2aaf63a49de1464665956c5502059 (patch) | |
tree | bac0d18bee2ad3fe9b0145d0826c294ebb19d7ff | |
parent | 6fc2696f3e040530200912be58829329d7b05b27 (diff) | |
download | aports-ddcb7f7b89c2aaf63a49de1464665956c5502059.tar.bz2 aports-ddcb7f7b89c2aaf63a49de1464665956c5502059.tar.xz |
testing/py-hotqueue: disable on armv7
-rw-r--r-- | testing/py-hotqueue/APKBUILD | 2 |
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 pkgrel=0 pkgdesc="A Python library that allows to use Redis as a message queue" url="http://github.com/richardhenry/hotqueue" -arch="noarch" +arch="noarch !armv7" # urllib2.HTTPError: HTTP Error 403: SSL is required license="MIT" depends="python2" depends_dev="" |