mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-zipstream-ng: select python zstd module
Since zipstream-ng v1.9.0 the python zstd module introduced in python
3.14 is required at runtime [1].
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/12857413941
[1] 1e3754cb26
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
5bfea99b11
commit
f5a8cb5564
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_ZIPSTREAM_NG
|
||||
bool "python-zipstream-ng"
|
||||
select BR2_PACKAGE_PYTHON3_ZSTD # runtime
|
||||
help
|
||||
A modern and easy to use streamable zip file generator.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user