mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/python-slob: new package
Needed for the upcoming python-mwscrape2slob package. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
49b7a57d35
commit
4eaf9b248f
17
package/python-slob/Config.in
Normal file
17
package/python-slob/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_PYTHON_SLOB
|
||||
bool "python-slob"
|
||||
depends on !BR2_BINFMT_FLAT # python-pyicu -> icu
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-pyicu -> icu
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_PYICU # runtime
|
||||
# although optional, it is used as default compression
|
||||
select BR2_PACKAGE_PYTHON3_XZ # runtime
|
||||
help
|
||||
slob.py is a reference implementation of slob format reader
|
||||
and writer.
|
||||
|
||||
https://github.com/itkach/slob
|
||||
|
||||
comment "python-slob needs a toolchain w/ C++"
|
||||
depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
Reference in New Issue
Block a user