Files
rpi-buildroot/package/python-yarl/Config.in
James Hilliard 6276e8044d package/python-yarl: bump to version 1.16.0
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>
2024-10-28 14:48:24 +01:00

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/