mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-22 07:14:56 -09:00
Found by codespell.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 84e61e7d70)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
config BR2_PACKAGE_PYTHON_PYASYNCORE
|
|
bool "python-pyasyncore"
|
|
help
|
|
Make asyncore available for Python 3.12 onwards.
|
|
|
|
This is a compatibility package using the code removed from
|
|
the standard library, upstream does not intend any
|
|
maintenance.
|
|
|
|
https://github.com/simonrob/pyasyncore
|