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|")
|
sed "s|\(.*\)-[^-]*-[^-]*|\1|")
|
||||||
[ "$buildreq" ] && break
|
[ "$buildreq" ] && break
|
||||||
done
|
done
|
||||||
[ "$buildreq" ] ||
|
[ "$buildreq" ] || echo "BuildRequires: $req"
|
||||||
echo "# $req: perl requirement not resolved"
|
|
||||||
elif [ "${req}" = "python(abi)" ]; then
|
elif [ "${req}" = "python(abi)" ]; then
|
||||||
# python requirement
|
# python requirement
|
||||||
reqver=${line/*= /}
|
reqver=${line/*= /}
|
||||||
|
Loading…
Reference in New Issue
Block a user