README.md file is auto generated during build process. To actually change
the dependencies list, you need to change the dependencies.yaml file and
run `make` to update the docs.
On Sat, Dec 7, 2019 at 6:09 AM <andreavb1985(a)gmail.com> wrote:
From: Andrea Bucci <andreavb1985(a)gmail.com>
Remove duplicate references to package libnl-route-3-dev
Signed-off-by: Andrea Bucci <andreavb1985(a)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
--
Aline Manera