diff options
author | lihongsx <lihongx.sun@intel.com> | 2014-08-05 10:38:37 +0800 |
---|---|---|
committer | admin <yuhuan.yang@samsung.com> | 2016-02-04 18:21:28 +0800 |
commit | ca8ab469cfc9941413fe0aed1e66849f948eb278 (patch) | |
tree | 4f0f27b55b453ced268e791b92b247cc6b164476 | |
parent | f6dd9c1d9fe81e12763f1b8f57f8fa8ac9655df2 (diff) | |
download | mic-ca8ab469cfc9941413fe0aed1e66849f948eb278.tar.gz mic-ca8ab469cfc9941413fe0aed1e66849f948eb278.tar.bz2 mic-ca8ab469cfc9941413fe0aed1e66849f948eb278.zip |
Add 'python-xml' dependency of mic
Fixes: #2028
Change-Id: Ib8eec98150115bb4b36e7226d1cfa91e29de682c
-rw-r--r-- | packaging/mic.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/mic.spec b/packaging/mic.spec index 04c862c..a56df95 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 |