aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"