package/python-weasyprint: needs C++
Commitb33e39e3ea
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> (cherry picked from commitfef53b2e53
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
20246952dd
commit
c5bcb7a201
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user