site  contact  subhomenews

More python3 modules in devx SFS

October 19, 2021 — BarryK

In OpenEmbedded, there are some python3 modules used during the build, but not packaged for the target system. I have added these to be built for the target system. So these binary packages will be built for possible inclusion in EasyOS.

These are the modules that are now planned to be in the 'devx' SFS:

python3-asn1crypto
python3-cffi
python3-cryptography
python3-cython
python3-docutils
python3-idna
python3-lxml
python3-mako
python3-pip
python3-ply
python3-pycparser
python3-pyparsing
python3-scons
python3-setuptools
python3-six

The modules that will be in the main 'easy.sfs' are as before:

python3-dbus
python3-prctl
python3-pycairo
python3-pygobject

Also, easy.sfs has 'python3-tiny', which is a cut-down 'python3', whereas the 'devx' has the full 'python3' package.
The recipe used to create python3-tiny is in woofQ, in easy-code/packages-templates/python3-tiny

The intention of having more python3 modules in the 'devx' SFS, is to make it more ready-to-go for compiling source packages in a running EasyOS.     

Tags: easy