aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kimchi
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-12-16 10:33:26 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-12-16 10:39:27 +0000
commit5c832333717d08da4e23612d17cd12c36f8c3408 (patch)
tree1a8412efbb91c314b0784f59162314d3dd31f58f /testing/kimchi
parent3eb10d34b80648aaaca5c73ed376e9c14c77ec0c (diff)
downloadaports-5c832333717d08da4e23612d17cd12c36f8c3408.tar.bz2
aports-5c832333717d08da4e23612d17cd12c36f8c3408.tar.xz
testing/kimchi: added py-numpy as dependency for performance reasons
Diffstat (limited to 'testing/kimchi')
-rw-r--r--testing/kimchi/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kimchi/APKBUILD b/testing/kimchi/APKBUILD
index de07c0d75b..88472a1d38 100644
--- a/testing/kimchi/APKBUILD
+++ b/testing/kimchi/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=kimchi
pkgver=2.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="An HTML5 management interface for KVM "
url="https://kimchi-project.github.io"
arch="noarch"
@@ -11,10 +11,10 @@ depends="python2 py-ipaddr py2-m2crypto py2-simplejson py-psutil
py-imaging py2-libvirt py-cheetah py-ethtool py2-lxml py-websockify
py2-pillow qemu py2-configobj py2-six py2-paramiko py2-magic libvirt-daemon
wok gingerbase py2-netaddr py2-libuser
-util-linux spice-html5 websockify "
+util-linux spice-html5 websockify py-numpy"
makedepends="automake autoconf libtool gettext-dev
python2-dev py-setuptools pyflakes libxslt py2-pip
-py-pep8 py2-mock py-cherrypy pytest py2-requests
+py-pep8 py2-mock py-cherrypy pytest py2-requests
grep bash bc spice-html5"
subpackages="$pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/$pkgname/archive/$pkgver.tar.gz"