mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
772eea5152
Fix Python 3.9 compatibility issue with 'array' module https://github.com/python-intelhex/intelhex/releases/tag/2.3.0 Fixes: - http://autobuild.buildroot.org/results/1c217f0c67c63ee43494ef84af832df8e856e2df Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
config BR2_PACKAGE_PYTHON_INTELHEX
|
|
bool "python-intelhex"
|
|
help
|
|
Python library for Intel HEX files manipulations.
|
|
|
|
https://github.com/python-intelhex/intelhex
|