Skip to content
Snippets Groups Projects
Commit 5c832333 authored by Francesco Colista's avatar Francesco Colista
Browse files

testing/kimchi: added py-numpy as dependency for performance reasons

parent 3eb10d34
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment