arch in pmb.parse.apkindex.package() isn't of type Arch
pmb.parse.apkindex.package()
returns a dict where the value for key arch
is a string instead of pmb.core.Arch()
.
This means, comparing the value with an actual Arch()
fails even if both are e.g. x86_64
.
I'm fixing an urgent bug right now for pmaports!5619, so I'll make a workaround in the place the compare breaks with note Workaround isn't needed to fix that. For reference: !2408 (closed)pmb#2455
, instead of changing it in the original functions and potentially having more fallout.
Edited by Administrator