diff options
author | biao716.wang <biao716.wang@samsung.com> | 2023-06-21 17:33:48 +0900 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2023-06-27 12:17:54 +0900 |
commit | 083bed9db46569c9843665b715adfb50d294a03e (patch) | |
tree | 39ae66d6a8a54be5e5183da6c6e8d7e6e721aa9e /packaging/mic.spec | |
parent | 382504be5df16ec942301594ab6bd146613d1f66 (diff) | |
download | mic-083bed9db46569c9843665b715adfb50d294a03e.tar.gz mic-083bed9db46569c9843665b715adfb50d294a03e.tar.bz2 mic-083bed9db46569c9843665b715adfb50d294a03e.zip |
fix run error in mic-bootstrap
add requests urlgrabber to mic source code
Change-Id: Ic90fd1a1cf02831036375842d2bf537dfcb63bd0
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
Diffstat (limited to 'packaging/mic.spec')
-rwxr-xr-x | packaging/mic.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/mic.spec b/packaging/mic.spec index f59dd4e..85bfabc 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -24,6 +24,7 @@ Requires: python3 >= 3.2 #Requires: python3-urlgrabber >= 3.9.0 #Requires: yum #Requires: python3-requests +Requires: python3-py #xml module has been exist in python3 path once installing python3 package. %if 0%{?suse_version} @@ -36,6 +37,8 @@ Requires: python3-rpm Requires: rpm-python3 %endif +Requires: python3-pycurl +Requires: python3-distro Requires: cpio # not neccessary Requires: gzip |