Fix pylint error: before createrepo depends on yum, yum will be installed, but create... 00/246500/1 accepted/tizen/devbase/tools/20201105.013055 submit/trunk/20201030.143530 submit/trunk/20201102.094730 submit/trunk/20201104.132730
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 30 Oct 2020 06:03:50 +0000 (15:03 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 30 Oct 2020 06:03:50 +0000 (15:03 +0900)
Change-Id: Ie1da951cd9917f499c38e9ba143a5418f26e82ea
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/control
packaging/mic.spec

index 72cc18e0ffb0c9f9f2eef1474b5c2f46a8f17af4..96474725065561fcd733a80c4cde3594a410563b 100644 (file)
@@ -14,7 +14,8 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-urlgrabber,
  cpio,
  bzip2,
- gzip
+ gzip,
+ yum
 Conflicts:
  mic2
 Description: image creator for Linux distributions
index 5f103722141d76ab2dce2b93084752ca59de6e57..97e630b0aac5b9cc9a14f36bfeb8876ed8e2f134 100755 (executable)
@@ -19,6 +19,7 @@ Source0:    %{name}_%{version}.tar.gz
 
 Requires:   python >= 2.6
 Requires:   python-urlgrabber >= 3.9.0
+Requires:   yum
 %if 0%{?suse_version} || 0%{?tizen_version:1}
 Requires:   python-xml
 %endif