- Freedesktop version 18.08 -> 20.08.
- Pip changed output.
- New perl version.
- New rakudo version.
- Eris also needs sortedcontainers and markupsafe modules.
- New nodejs version needs python2.7 as a build dependency,
now that freedesktop moved from python2 to python3.
- Disable p7zip since not building.
- wabt is now packaged in ubuntu. ubuntu source not building
easily in flatpak so continuing to use git source.
- Can use pip pdfminer.six to install pdf2txt.py.
- A python module failed to install because it tried to uninstall a
dependency of another python module, which was read-only.
- Now installing python modules together in one flatpak module.
This reverts commit 04fb17cb3f.
- Am seeing a bug where only one worker continues processing
on python3.8.
- Ubuntu and freedesktop-sdk are still on 3.7.
- Not using any features of 3.8 yet.
- Also removes color from mypy.
- The manifest file is generated by ./make-flatpak-manifest.py.
It contains the latest versions of eris's dependencies.
- The manifest file can be checked with the build-flatpak.sh script.