package/python-brotli: drop C++ depends
C++ is no longer required for python-brotli as of version 1.1.0:
c8df4b3049
Drop python-brotli C++ depends comment from python-weasyprint
reverse dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7fe4e29b5e
commit
a51c664ef5
@ -1,10 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_BROTLI
|
||||
bool "python-brotli"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
Python bindings for the Brotli compression library.
|
||||
|
||||
https://github.com/google/brotli
|
||||
|
||||
comment "python-brotli needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_WEASYPRINT
|
||||
bool "python-weasyprint"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-brotli, python-zopfli
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user