[PATCH] [Wok] Ubuntu 19.10: Set dependencies properly

From: Andrea Bucci <andreavb1985@gmail.com> Remove duplicate references to package libnl-route-3-dev Signed-off-by: Andrea Bucci <andreavb1985@gmail.com> --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 557be069..068b15e5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -52,7 +52,7 @@ before starting up the wokd service. **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 libnl-route-3-dev + sudo apt install -y gcc make autoconf automake git python3-pip python3-requests python3-mock gettext pkgconf xsltproc python3-dev pep8 pyflakes python3-yaml **Runtime Dependencies** @@ -60,7 +60,7 @@ before starting up the wokd service. sudo apt install libnl-route-3-dev 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 libvirt0 libvirt-daemon-system libvirt-clients nfs-common sosreport open-iscsi libguestfs-tools libnl-route-3-dev + 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 ## openSUSE LEAP -- 2.20.1
participants (1)
-
andreavb1985@gmail.com