summaryrefslogtreecommitdiff
path: root/packaging/mic.spec
diff options
context:
space:
mode:
authorlihongsx <lihongx.sun@intel.com>2014-08-05 10:38:37 +0800
committerLihong Sun <lihongx.sun@intel.com>2015-01-21 04:36:00 -0500
commitb21bcdf33b51838cea3e175e84cf203568c5501d (patch)
tree6634c25a67c6a5cf701e83f17fc14ba7d4192e3c /packaging/mic.spec
parent6fbfd27b1c5a844411020164f98c0d5a3e62e7cc (diff)
downloadmic-b21bcdf33b51838cea3e175e84cf203568c5501d.tar.gz
mic-b21bcdf33b51838cea3e175e84cf203568c5501d.tar.bz2
mic-b21bcdf33b51838cea3e175e84cf203568c5501d.zip
Add 'python-xml' dependency of mic
Fixes: #2028 Change-Id: Ib8eec98150115bb4b36e7226d1cfa91e29de682c
Diffstat (limited to 'packaging/mic.spec')
-rw-r--r--packaging/mic.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/mic.spec b/packaging/mic.spec
index dbc9c4a..ae7549d 100644
--- a/packaging/mic.spec
+++ b/packaging/mic.spec
@@ -18,6 +18,10 @@ Source0: %{name}_%{version}.tar.gz
Requires: python >= 2.6
Requires: python-urlgrabber >= 3.9.0
+%if 0%{?suse_version} || 0%{?tizen_version:1}
+Requires: python-xml
+%endif
+
%if 0%{?tizen_version:1}
Requires: python-rpm
%else
@@ -61,7 +65,6 @@ Requires: syslinux-extlinux >= 3.82
%endif
%if 0%{?suse_version} || 0%{?tizen_version:1}
-Requires: python-xml
Requires: squashfs >= 4.0
Requires: python-m2crypto
%else