Difference between revisions of "Buildroot:Python2Packages"
m |
|||
Line 43: | Line 43: | ||
Similarly to waf, SCons in itself is compatible with Python3, but build definition files can be Python3 incompatible. However, because there is no dedicated SCons infrastructure, each package can be handled individually. Buildroot currently has the following SCons based packages: | Similarly to waf, SCons in itself is compatible with Python3, but build definition files can be Python3 incompatible. However, because there is no dedicated SCons infrastructure, each package can be handled individually. Buildroot currently has the following SCons based packages: | ||
− | * alljoyn, alljoyn-base, alljoyn-tcl, alljoyn-tcl-base: Upstream seems dead, Patch for removal sent: http://patchwork.ozlabs.org/patch/1186692/ | + | * <s>alljoyn, alljoyn-base, alljoyn-tcl, alljoyn-tcl-base: Upstream seems dead, Patch for removal sent: http://patchwork.ozlabs.org/patch/1186692/</s> REMOVED! |
* <s>benejson: Patch sent sent for upgrade to host-python3 http://patchwork.ozlabs.org/patch/1185105/</s> DONE! | * <s>benejson: Patch sent sent for upgrade to host-python3 http://patchwork.ozlabs.org/patch/1185105/</s> DONE! | ||
* <s>gpsd: Patch sent for upgrade to host-python3 http://patchwork.ozlabs.org/patch/1185026/</s> DONE! | * <s>gpsd: Patch sent for upgrade to host-python3 http://patchwork.ozlabs.org/patch/1185026/</s> DONE! | ||
* mongodb: Patch series pending: http://patchwork.ozlabs.org/project/buildroot/list/?series=138894 | * mongodb: Patch series pending: http://patchwork.ozlabs.org/project/buildroot/list/?series=138894 |
Revision as of 05:22, 23 December 2019
In an effort to follow the Python2 deprecation on the 1st of January 2020, here is a listing of current Buildroot packages that depend on Python2 (as of master during the Buildroot developer days at ELCE2019)
Non Python packages
These packages integrate with Python2: either they contain scripts written in Python, or they install Python libraries as byproducts.
- alsa-lib (install Python module with option BR2_PACKAGE_ALSA_LIB_PYTHON): To be tested
- crudini: currently in v0.9, can be bumped to 0.9.3 which adds py3 support
dstat: currently in v0.7.3, can be bumped to v0.7.4 which adds py3 supportDONE!- fail2ban: at a first glance, does not seem to support Python3 !
- gdb: seems to be compatible with both Python 2 and 3, but not sure since which version
- gnuradio: currently in v3.7.13.5, can be bumped to v3.8+ which supports Python 3. Work can resume from these patches: http://patchwork.ozlabs.org/patch/1158469/ and http://patchwork.ozlabs.org/patch/1158470/
- jailhouse: no clear indication, but there are some signs towards Python 3 support (https://github.com/siemens/jailhouse/blob/master/pyjailhouse/extendedenum.py#L12-L21)
- Kodi: Upstream announces an ongoing effort to move to Python3 in the upcoming v19: https://kodi.wiki/view/Migration_to_Python_3. Only Python2 for now !
- libdnet: latest release v1.11 dates back from 2005, and only talks about Py2.3 or 2.4. There is most probably no Python3 support, because the latter was released in 2008
- nmap: the ndiff utility is still tied to Python2, syntactically incompatible with Python3
- pcm-tools: the pmu-query script is still tied to Python2, syntactically incompatible with Python3
supervisor: currently in v3.1.4, support for Python3 was added in v4.0.0 (https://github.com/Supervisor/supervisor/blob/master/CHANGES.rst#400-2019-04-05)DONE!gstreamer1/gst1-validate: Patch for Python3 sent http://patchwork.ozlabs.org/patch/1185306/DONE!
Python packages
(TBD) These packages are Python libraries that can then be imported by Python scripts
Python in the build system
These packages use Python in their build process (hence requiring host-python)
waf
The waf build system in itself is now compatible with Python3; but the wscript (build definition file) provided by some packages is still syntactically incompatible with Python3. Because Buildroot has a dedicated waf infrastructure, it is difficult to handle each of these packages individually: the `waf-package` infrastructure in itself depends on host-python, and we cannot upgrade it to host-python3 until all the waf packages can actually be built under Python3 only. Buildroot currently has the following waf-based packages:
- aubio: Seems to build properly with host-python3
- glmark2
- gstreamer1/gst1-imx
- jack2
- libimxvpuapi
- mpv
- norm
Scons
Similarly to waf, SCons in itself is compatible with Python3, but build definition files can be Python3 incompatible. However, because there is no dedicated SCons infrastructure, each package can be handled individually. Buildroot currently has the following SCons based packages:
alljoyn, alljoyn-base, alljoyn-tcl, alljoyn-tcl-base: Upstream seems dead, Patch for removal sent: http://patchwork.ozlabs.org/patch/1186692/REMOVED!benejson: Patch sent sent for upgrade to host-python3 http://patchwork.ozlabs.org/patch/1185105/DONE!gpsd: Patch sent for upgrade to host-python3 http://patchwork.ozlabs.org/patch/1185026/DONE!- mongodb: Patch series pending: http://patchwork.ozlabs.org/project/buildroot/list/?series=138894