forked from kimchi-project/kimchi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yaml
90 lines (90 loc) · 1.62 KB
/
dependencies.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
development-deps:
common:
- gcc
- make
- autoconf
- automake
- git
- python3-pip
- python3-requests
- python3-mock
ubuntu:
- gettext
- pkgconf
- xsltproc
- python3-dev
- pep8
- pyflakes
- python3-yaml
fedora:
- gettext-devel
- rpm-build
- libxslt
- gcc-c++
- python3-devel
- python3-pep8
- python3-pyflakes
- rpmlint
- python3-pyyaml
opensuse-leap:
- gettext-tools
- rpm-build
- libxslt-tools
- gcc-c++
- python3-devel
- python3-pep8
- python3-pyflakes
- rpmlint
- python3-PyYAML
- python3-distro
runtime-deps:
common:
- python3-configobj
- python3-lxml
- python3-magic
- python3-paramiko
- python3-ldap
- spice-html5
- novnc
- qemu-kvm
ubuntu:
- python3-libvirt
- python3-parted
- python3-guestfs
- python3-pil
- python3-cherrypy3
- libvirt0
- libvirt-daemon-system
- libvirt-clients
- nfs-common
- sosreport
- open-iscsi
- libguestfs-tools
- libnl-route-3-dev
fedora:
- python3-libvirt
- python3-pyparted
- python3-ethtool
- python3-pillow
- python3-cherrypy
- python3-libguestfs
- libvirt
- libvirt-daemon-config-network
- iscsi-initiator-utils
- libguestfs-tools
- sos
- nfs-utils
opensuse-leap:
- python3-libvirt-python
- python3-ethtool
- python3-Pillow
- python3-CherryPy
- python3-libguestfs
- parted-devel
- libvirt
- libvirt-daemon-config-network
- open-iscsi
- guestfs-tools
- nfs-client
- gcc
- python3-devel