diff --git a/dependencies.yaml b/dependencies.yaml index ab9c81d18..ece86b7ba 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -16,6 +16,7 @@ development-deps: - pep8 - pyflakes - python3-yaml + - libnl-route-3-dev fedora: - gettext-devel - rpm-build @@ -37,7 +38,6 @@ development-deps: - rpmlint - python3-PyYAML - python3-distro - runtime-deps: common: - python3-configobj @@ -55,11 +55,14 @@ runtime-deps: - python3-pil - python3-cherrypy3 - python3-pam - - libvirt-bin + - libvirt0 + - libvirt-daemon-system + - libvirt-clients - nfs-common - sosreport - open-iscsi - libguestfs-tools + - libnl-route-3-dev fedora: - python3-libvirt - python3-pyparted @@ -87,4 +90,4 @@ runtime-deps: - libvirt-daemon-config-network - open-iscsi - guestfs-tools - - nfs-client + - nfs-client \ No newline at end of file diff --git a/docs/ubuntu-deps.md b/docs/ubuntu-deps.md index 712374240..b2a3191ba 100644 --- a/docs/ubuntu-deps.md +++ b/docs/ubuntu-deps.md @@ -8,10 +8,10 @@ Development Dependencies -------------------- $ sudo -H pip3 install -r requirements-dev.txt - $ sudo apt install -y gcc make autoconf automake git python3-pip python3-requests python3-mock gettext pkgconf xsltproc python3-dev pep8 pyflakes python3-yaml + $ sudo apt install -y gcc make autoconf automake git python3-pip python3-requests python3-mock gettext pkgconf xsltproc python3-dev pep8 pyflakes python3-yaml libnl-route-3-dev Runtime Dependencies -------------------- $ sudo -H pip3 install -r requirements-UBUNTU.txt - $ sudo apt install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt python3-parted python3-guestfs python3-pil python3-cherrypy3 python3-pam libvirt-bin nfs-common sosreport open-iscsi libguestfs-tools + $ sudo apt install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt python3-parted python3-guestfs python3-pil python3-cherrypy3 python3-pam libvirt0 libvirt-daemon-system libvirt-clients nfs-common sosreport open-iscsi libguestfs-tools libnl-route-3-dev diff --git a/ubuntu-dev-deps.list b/ubuntu-dev-deps.list index abc86ed69..e432e80c7 100644 --- a/ubuntu-dev-deps.list +++ b/ubuntu-dev-deps.list @@ -15,4 +15,5 @@ xsltproc python3-dev pep8 pyflakes -python3-yaml \ No newline at end of file +python3-yaml +libnl-route-3-dev \ No newline at end of file diff --git a/ubuntu-runtime-deps.list b/ubuntu-runtime-deps.list index 8d90f8d65..b0075b4d1 100644 --- a/ubuntu-runtime-deps.list +++ b/ubuntu-runtime-deps.list @@ -15,8 +15,11 @@ python3-guestfs python3-pil python3-cherrypy3 python3-pam -libvirt-bin +libvirt0 +libvirt-daemon-system +libvirt-clients nfs-common sosreport open-iscsi -libguestfs-tools \ No newline at end of file +libguestfs-tools +libnl-route-3-dev \ No newline at end of file