mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
The packagegroup-meta-python file's package lists were unsorted, so they were reorded to make it easier to manually inspect. Additionally, the packagegroup-meta-python3-extended and -connectivity packagegroups did not appear to have any use except to be added to the main group, so they were removed and their recipe lists combined into the main packagegroup-meta-python3. Finally, a note about enabling Fortran support in the compiler was added to the file, since python3-cvxopt relies on it in order to build. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>