mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 15:33:57 +00:00
dnf-plugin-tui: Fix bug when generating CSV file
If the rpm lacks dependencies, an exception will be thrown and exit when generating the CSV file. Modify utils.py to catch and handle exception. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1427cbe9c2
commit
d288e98c25
@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
|
||||
SRCREV = "4b49165051bfdd136986855dd98aa9238eefdf78"
|
||||
SRCREV = "3ccf87915ceb70eac055a07eb80bc9105e916620"
|
||||
PV = "1.3"
|
||||
|
||||
SRC_URI:append:class-target = " file://oe-remote.repo.sample"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user