mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
config BR2_PACKAGE_PYTHON_TRIO
|
|
bool "python-trio"
|
|
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
|
select BR2_PACKAGE_PYTHON_OUTCOME # runtime
|
|
select BR2_PACKAGE_PYTHON_SNIFFIO # runtime
|
|
select BR2_PACKAGE_PYTHON_SORTEDCONTAINERS # runtime
|
|
help
|
|
A friendly Python library for async concurrency and I/O.
|
|
|
|
https://github.com/python-trio/trio
|