package/python-weasyprint: needs C++

Commit b33e39e3ea forgot to add C++
dependency from python-brotli

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2022-04-03 11:20:59 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent dbf34f5c11
commit fef53b2e53

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_WEASYPRINT
bool "python-weasyprint"
depends on BR2_INSTALL_LIBSTDCPP # python-brotli
select BR2_PACKAGE_PYTHON_BROTLI # runtime
select BR2_PACKAGE_PYTHON_CFFI # runtime
select BR2_PACKAGE_PYTHON_CSSSELECT2 # runtime
@ -14,3 +15,6 @@ config BR2_PACKAGE_PYTHON_WEASYPRINT
The Awesome Document Factory.
https://www.courtbouillon.org/weasyprint
comment "python-weasyprint needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP