Skip to content

Commit

Permalink
Update Ubuntu dependencies as python3-ethtool is now available for Ub…
Browse files Browse the repository at this point in the history
…untu 20.04

Signed-off-by: Aline Manera <aline.manera@gmail.com>
  • Loading branch information
alinefm committed Sep 15, 2020
1 parent db3ab36 commit 36ed74b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ runtime-deps:
ubuntu:
- python3-libvirt
- python3-parted
- python3-ethtool
- python3-guestfs
- python3-pil
- python3-cherrypy3
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ before starting up the wokd service.

**Runtime Dependencies**

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 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-ethtool python3-guestfs python3-pil python3-cherrypy3 libvirt0 libvirt-daemon-system libvirt-clients nfs-common sosreport open-iscsi libguestfs-tools libnl-route-3-dev
sudo -H pip3 install -r requirements-UBUNTU.txt

## openSUSE LEAP
Expand Down Expand Up @@ -177,6 +177,7 @@ You have to install this dependency manually due to changes in upstream. For tha

sudo -H pip3 install https://github.com/kimchi-project/kimchi/raw/${RELEASE_NUMBER}/requirements-FEDORA.txt


#### NFS storage pool
Please, check the NFS export path permission is configured like below:

Expand Down
1 change: 0 additions & 1 deletion requirements-UBUNTU.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
ethtool

0 comments on commit 36ed74b

Please sign in to comment.