Add new python-propcache runtime dependency. Add new host-python-cython build dependency. Add new host-python-expandvars build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
config BR2_PACKAGE_PYTHON_YARL
|
|
bool "python-yarl"
|
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
|
select BR2_PACKAGE_PYTHON_MULTIDICT # runtime
|
|
select BR2_PACKAGE_PYTHON_PROPCACHE # runtime
|
|
help
|
|
Yet another URL library.
|
|
|
|
http://yarl.readthedocs.io/
|