Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Latest commit

 

History

History
47 lines (35 loc) · 1.9 KB

opensuse-deps.md

File metadata and controls

47 lines (35 loc) · 1.9 KB

openSUSE dependencies for Kimchi

Additional openSUSE Repositories

Some of the required packages are located in different openSUSE repositories. Please, make sure to have them configured in your system to be able to install all the packages listed in the sections below.

See this FAQ for more information on how configure your system to access those repository.

Build Dependencies

$ sudo zypper install gcc make autoconf automake gettext-tools git \
                      rpm-build libxslt-tools

Runtime Dependencies

$ sudo zypper install libvirt-python libvirt kvm python-ethtool \
                        python-ipaddr libvirt-daemon-config-network \
                        nfs-client open-iscsi python-parted \
                        python-libguestfs python-configobj guestfs-tools \
                        novnc python-magic python-paramiko python-Pillow

Packages required for UI development

$ sudo zypper install gcc-c++ python-devel python-pip
$ sudo pip install cython libsass

Packages required for tests

$ sudo zypper install python-pyflakes python-pep8 python-requests python-mock rpmlint