From: ShaoHe Feng <shaohef(a)linux.vnet.ibm.com>
check on suse
xml.etree module is from python-xml on suse.
need to add python-xml to require list
This is different from fedora distro.
xml.etree module is from python standlib python-libs on fedora
issue:
https://github.com/kimchi-project/kimchi/issues/222
Signed-off-by: ShaoHe Feng <shaohef(a)linux.vnet.ibm.com>
---
contrib/kimchi.spec.suse.in | 1 +
docs/README.md | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/kimchi.spec.suse.in b/contrib/kimchi.spec.suse.in
index 99b4fea..beddada 100644
--- a/contrib/kimchi.spec.suse.in
+++ b/contrib/kimchi.spec.suse.in
@@ -21,6 +21,7 @@ Requires: python-jsonschema >= 1.3.0
Requires: python-ethtool
Requires: python-ipaddr
Requires: python-lxml
+Requires: python-xml
Requires: nfs-client
Requires: open-iscsi
BuildRequires: libxslt-tools
diff --git a/docs/README.md b/docs/README.md
index fcf53c5..5721878 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -89,7 +89,7 @@ for more information on how to configure your system to access this
repository.
python-pam python-M2Crypto python-jsonschema \
rpm-build kvm python-psutil python-ethtool \
python-ipaddr python-lxml nfs-client open-iscsi \
- libxslt-tools
+ libxslt-tools python-xml
Packages version requirement:
python-psutil >= 0.6.0
--
1.8.4.2