Skip to content

Commit bb25486

Browse files
committed
OpenSUSE 15.1: Install pyparted via pip
There is no python3-parted package available for OpenSUSE 15.1 so install it using pip Signed-off-by: Aline Manera <[email protected]>
1 parent e08abf3 commit bb25486

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ runtime-deps:
7777
- nfs-utils
7878
opensuse-leap:
7979
- python3-libvirt-python
80-
- python-parted
8180
- python3-ethtool
8281
- python3-Pillow
8382
- python3-CherryPy
8483
- python3-ipaddr
8584
- python3-libguestfs
85+
- parted-devel
8686
- libvirt
8787
- libvirt-daemon-config-network
8888
- open-iscsi

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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-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 python3-ethtool python3-Pillow python3-CherryPy python3-ipaddr python3-libguestfs parted-devel libvirt libvirt-daemon-config-network open-iscsi guestfs-tools nfs-client
7676

7777
## Build and Install
7878

requirements-OPENSUSE-LEAP.txt

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

0 commit comments

Comments
 (0)