Skip to content

Commit 36ed74b

Browse files
committed
Update Ubuntu dependencies as python3-ethtool is now available for Ubuntu 20.04
Signed-off-by: Aline Manera <[email protected]>
1 parent db3ab36 commit 36ed74b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dependencies.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ runtime-deps:
5050
ubuntu:
5151
- python3-libvirt
5252
- python3-parted
53+
- python3-ethtool
5354
- python3-guestfs
5455
- python3-pil
5556
- python3-cherrypy3

docs/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ before starting up the wokd service.
7878

7979
**Runtime Dependencies**
8080

81-
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
81+
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
8282
sudo -H pip3 install -r requirements-UBUNTU.txt
8383

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

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

180+
180181
#### NFS storage pool
181182
Please, check the NFS export path permission is configured like below:
182183

requirements-UBUNTU.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
ethtool

0 commit comments

Comments
 (0)