Skip to content

Commit

Permalink
Ubuntu 19.10: Set dependencies properly
Browse files Browse the repository at this point in the history
Add libnl-route-3-dev, libvirt0, libvirt-clients and libvirt-daemon-system

Signed-off-by: Aline Manera <aline.manera@gmail.com>
  • Loading branch information
Aline Manera authored and alinefm committed Dec 4, 2019
1 parent b35d21b commit 4631a0a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
9 changes: 6 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ development-deps:
- pep8
- pyflakes
- python3-yaml
- libnl-route-3-dev
fedora:
- gettext-devel
- rpm-build
Expand All @@ -37,7 +38,6 @@ development-deps:
- rpmlint
- python3-PyYAML
- python3-distro

runtime-deps:
common:
- python3-configobj
Expand All @@ -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
Expand Down Expand Up @@ -87,4 +90,4 @@ runtime-deps:
- libvirt-daemon-config-network
- open-iscsi
- guestfs-tools
- nfs-client
- nfs-client
4 changes: 2 additions & 2 deletions docs/ubuntu-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion ubuntu-dev-deps.list
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ xsltproc
python3-dev
pep8
pyflakes
python3-yaml
python3-yaml
libnl-route-3-dev
7 changes: 5 additions & 2 deletions ubuntu-runtime-deps.list
Original file line number Diff line number Diff line change
Expand Up @@ -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
libguestfs-tools
libnl-route-3-dev

0 comments on commit 4631a0a

Please sign in to comment.