diff options
author | Gui Chen <gui.chen@intel.com> | 2014-05-28 01:42:44 -0400 |
---|---|---|
committer | Lihong Sun <lihongx.sun@intel.com> | 2015-01-21 04:35:18 -0500 |
commit | 6fbfd27b1c5a844411020164f98c0d5a3e62e7cc (patch) | |
tree | f6418ef203ed5f4689fc71aeb3c14b39617d8e2b /packaging/mic.spec | |
parent | 114f37270fd53862495891a5b1934deb340086a3 (diff) | |
download | mic-6fbfd27b1c5a844411020164f98c0d5a3e62e7cc.tar.gz mic-6fbfd27b1c5a844411020164f98c0d5a3e62e7cc.tar.bz2 mic-6fbfd27b1c5a844411020164f98c0d5a3e62e7cc.zip |
add requires for cElementTree module
Change-Id: Id0a92e7a68677c1ab51b13401a6befb6a2b72f7a
Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'packaging/mic.spec')
-rw-r--r-- | packaging/mic.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/mic.spec b/packaging/mic.spec index d8e0025..dbc9c4a 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -61,9 +61,11 @@ 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 +Requires: python-libs Requires: squashfs-tools >= 4.0 Requires: m2crypto %endif |