pck-update.in: add unresolved perl requirements as they are instead of warning message in build requirements
This commit is contained in:
parent
88490f3dfe
commit
404ccd61a8
@ -2317,8 +2317,7 @@ build the list of the build requirements""${NORM}"
|
||||
sed "s|\(.*\)-[^-]*-[^-]*|\1|")
|
||||
[ "$buildreq" ] && break
|
||||
done
|
||||
[ "$buildreq" ] ||
|
||||
echo "# $req: perl requirement not resolved"
|
||||
[ "$buildreq" ] || echo "BuildRequires: $req"
|
||||
elif [ "${req}" = "python(abi)" ]; then
|
||||
# python requirement
|
||||
reqver=${line/*= /}
|
||||
|
Loading…
Reference in New Issue
Block a user