Skip to content

Commit 6823711

Browse files
committed
Remove python3-pam as Kimchi dependency
It is a Wok dependency Signed-off-by: Aline Manera <[email protected]>
1 parent c47a9c0 commit 6823711

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

dependencies.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ runtime-deps:
5454
- python3-guestfs
5555
- python3-pil
5656
- python3-cherrypy3
57-
- python3-pam
5857
- libvirt0
5958
- libvirt-daemon-system
6059
- libvirt-clients
@@ -69,7 +68,6 @@ runtime-deps:
6968
- python3-ethtool
7069
- python3-pillow
7170
- python3-cherrypy
72-
- python3-pam
7371
- python3-libguestfs
7472
- libvirt
7573
- libvirt-daemon-config-network
@@ -83,11 +81,10 @@ runtime-deps:
8381
- python3-ethtool
8482
- python3-Pillow
8583
- python3-CherryPy
86-
- python3-python-pam
8784
- python3-ipaddr
8885
- python3-libguestfs
8986
- libvirt
9087
- libvirt-daemon-config-network
9188
- open-iscsi
9289
- guestfs-tools
93-
- nfs-client
90+
- nfs-client

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ before starting up the wokd service.
4545
**Runtime Dependencies**
4646

4747
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
4949

5050
## Ubuntu
5151

@@ -60,7 +60,7 @@ before starting up the wokd service.
6060
sudo apt install libnl-route-3-dev
6161

6262
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
6464

6565
## openSUSE LEAP
6666

@@ -72,7 +72,7 @@ before starting up the wokd service.
7272
**Runtime Dependencies**
7373

7474
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
7676

7777
## Build and Install
7878

0 commit comments

Comments
 (0)