File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ runtime-deps:
54
54
- python3-guestfs
55
55
- python3-pil
56
56
- python3-cherrypy3
57
- - python3-pam
58
57
- libvirt0
59
58
- libvirt-daemon-system
60
59
- libvirt-clients
@@ -69,7 +68,6 @@ runtime-deps:
69
68
- python3-ethtool
70
69
- python3-pillow
71
70
- python3-cherrypy
72
- - python3-pam
73
71
- python3-libguestfs
74
72
- libvirt
75
73
- libvirt-daemon-config-network
@@ -83,11 +81,10 @@ runtime-deps:
83
81
- python3-ethtool
84
82
- python3-Pillow
85
83
- python3-CherryPy
86
- - python3-python-pam
87
84
- python3-ipaddr
88
85
- python3-libguestfs
89
86
- libvirt
90
87
- libvirt-daemon-config-network
91
88
- open-iscsi
92
89
- guestfs-tools
93
- - nfs-client
90
+ - nfs-client
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ before starting up the wokd service.
45
45
** Runtime Dependencies**
46
46
47
47
sudo -H pip3 install -r requirements-FEDORA.txt
48
- sudo dnf install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt python3-pyparted python3-ethtool python3-pillow python3-cherrypy python3-pam python3- libguestfs libvirt libvirt-daemon-config-network iscsi-initiator-utils libguestfs-tools sos nfs-utils
48
+ sudo dnf install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt python3-pyparted python3-ethtool python3-pillow python3-cherrypy python3-libguestfs libvirt libvirt-daemon-config-network iscsi-initiator-utils libguestfs-tools sos nfs-utils
49
49
50
50
## Ubuntu
51
51
@@ -60,7 +60,7 @@ before starting up the wokd service.
60
60
sudo apt install libnl-route-3-dev
61
61
62
62
sudo -H pip3 install -r requirements-UBUNTU.txt
63
- 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
63
+ 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
64
64
65
65
## openSUSE LEAP
66
66
@@ -72,7 +72,7 @@ before starting up the wokd service.
72
72
** Runtime Dependencies**
73
73
74
74
sudo -H pip3 install -r requirements-OPENSUSE-LEAP.txt
75
- sudo zypper install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt-python python-parted python3-ethtool python3-Pillow python3-CherryPy python3-python-pam python3- ipaddr python3-libguestfs libvirt libvirt-daemon-config-network open-iscsi guestfs-tools nfs-client
75
+ sudo zypper install -y python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 novnc qemu-kvm python3-libvirt-python python-parted python3-ethtool python3-Pillow python3-CherryPy python3-ipaddr python3-libguestfs libvirt libvirt-daemon-config-network open-iscsi guestfs-tools nfs-client
76
76
77
77
## Build and Install
78
78
You can’t perform that action at this time.
0 commit comments