Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxim Karasev
aports
Commits
5c832333
Commit
5c832333
authored
8 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
testing/kimchi: added py-numpy as dependency for performance reasons
parent
3eb10d34
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/kimchi/APKBUILD
+3
-3
3 additions, 3 deletions
testing/kimchi/APKBUILD
with
3 additions
and
3 deletions
testing/kimchi/APKBUILD
+
3
−
3
View file @
5c832333
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment