Skip to content

Commit e0bcb98

Browse files
committed
Add python-paramiko package as Kimchi dependency
Signed-off-by: Aline Manera <[email protected]>
1 parent 058c5e4 commit e0bcb98

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

contrib/DEBIAN/control.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Depends: wok,
2525
python-guestfs,
2626
libguestfs-tools,
2727
spice-html5,
28-
python-magic
28+
python-magic,
29+
python-paramiko
2930
Build-Depends: xsltproc,
3031
gettext,
3132
python-lxml,

contrib/kimchi.spec.fedora.in

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Requires: iscsi-initiator-utils
3030
Requires: python-libguestfs
3131
Requires: libguestfs-tools
3232
Requires: python-magic
33+
Requires: python-paramiko
3334
BuildRequires: gettext-devel
3435
BuildRequires: libxslt
3536
BuildRequires: python-lxml

contrib/kimchi.spec.suse.in

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Requires: open-iscsi
3030
Requires: python-libguestfs
3131
Requires: guestfs-tools
3232
Requires: python-magic
33+
Requires: python-paramiko
3334
BuildRequires: gettext-tools
3435
BuildRequires: libxslt-tools
3536
BuildRequires: python-lxml

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ channel at RHN Classic or Red Hat Satellite.
9393
kvm python-ethtool python-ipaddr nfs-client \
9494
open-iscsi python-parted python-libguestfs \
9595
python-configobj guestfs-tools python-websockify \
96-
novnc python-magic
96+
novnc python-magic python-paramiko
9797

9898
# These dependencies are only required if you want to run the tests:
9999
$ sudo zypper install python-pyflakes python-pep8 python-requests python-mock

0 commit comments

Comments
 (0)