1config BR2_PACKAGE_PYTHON_AIORWLOCK 2 bool "python-aiorwlock" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 Read write lock for asyncio. 6 7 https://github.com/aio-libs/aiorwlock 8