mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
Drop no longer required patch which is now upstream. Add new python-typing-extensions runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
config BR2_PACKAGE_PYTHON_AIOHTTP_REMOTES
|
|
bool "python-aiohttp-remotes"
|
|
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
Control remote side information.
|
|
|
|
https://github.com/aio-libs/aiohttp-remotes
|