Files
rpi-buildroot/package/python-weasyprint/Config.in
James Hilliard 2eb283098b package/python-weasyprint: bump to version 63.0
Replace python-html5lib dependency with python-tinyhtml5.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-11-04 21:39:43 +01:00

21 lines
735 B
Plaintext

config BR2_PACKAGE_PYTHON_WEASYPRINT
bool "python-weasyprint"
depends on BR2_INSTALL_LIBSTDCPP # python-zopfli
select BR2_PACKAGE_PYTHON_BROTLI # runtime
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_PYTHON_CSSSELECT2 # runtime
select BR2_PACKAGE_PYTHON_FONTTOOLS # runtime
select BR2_PACKAGE_PYTHON_PILLOW # runtime
select BR2_PACKAGE_PYTHON_PYDYF # runtime
select BR2_PACKAGE_PYTHON_PYPHEN # runtime
select BR2_PACKAGE_PYTHON_TINYCSS2 # runtime
select BR2_PACKAGE_PYTHON_TINYHTML5 # runtime
select BR2_PACKAGE_PYTHON_ZOPFLI # runtime
help
The Awesome Document Factory.
https://www.courtbouillon.org/weasyprint
comment "python-weasyprint needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP