Fix the flatpak build; add script to update the python requirements
Fixes #242 (closed)
This does a few things:
-
Explicitly update lxml to its latest version. I don't know why pip is picking up 4.9.0, which doesn't build.
-
Add a
ci/update-python-requirementescript. It runsflatpak-pip-generatorand manually adds the special versions ofpython3-puzpyandpython3-xdfilethat we need. -
Update
RELEASING.mdto that effect.
Note that the container image is updated to have a newer rustc, and a checkout of flatpak-builder-tools in /usr/local.