mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
dbf34f5c11
commit
fef53b2e53
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user