This patch fixes an issue with babel not building locales correctly. It looks for the file core-28.zip in the directory $workdir/cldr/and pulls it from http://unicode.org/Public/cldr/28/ if it's not found.
This fix is needed to be able to build and install rmlint: https://rmlint.readthedocs.io/en/latest/index.html
Added a source entry to grab the zip file, added a setup entry to move it into $workdir/cldr and added import_cldr to the python build command and now the locales are built correctly.
Here's the output of lspisi on the eopkg from before and with the changes:
To make sure nothing went wrong, I ran the following commands:
$ wc -l oldfiles.sorted 56 $ wc -l newfiles.sorted 766 $ comm -1 -2 oldfiles.sorted newfiles.sorted | wc -l 56