Files
shredos.x86_64/package/micropython-lib/Config.in
Chris Packham 2b4d4db2a2 micropython-lib: needs pcre
The micropython libs load libpcre dynamically using the foreign function
interface (libffi). Without pcre the build will succeed but at run time
anything that uses the 're' module will have issues.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-24 17:29:37 +01:00

9 lines
201 B
Plaintext

config BR2_PACKAGE_MICROPYTHON_LIB
bool "micropython-lib"
select BR2_PACKAGE_PCRE
depends on BR2_PACKAGE_MICROPYTHON
help
Core Python libraries ported to MicroPython.
http://micropython.org