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

testing/kimchi: fix for parallel build issue

parent 038e655a
No related merge requests found
......@@ -10,7 +10,7 @@ license="APACHE LGPL2.1"
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 py-netaddr py2-libuser"
wok gingerbase py2-netaddr py2-libuser"
makedepends="automake autoconf libtool gettext-dev
python2-dev py-setuptools pyflakes libxslt py2-pip
py-pep8 py2-mock py-cherrypy pytest py2-requests
......@@ -26,7 +26,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
make || return 1
make -j1 || return 1
}
package() {
......
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