1config BR2_PACKAGE_PYTHON_COUCHDB 2 bool "python-couchdb" 3 select BR2_PACKAGE_PYTHON3_SSL # runtime 4 help 5 Python client library for working with CouchDB. 6 7 https://github.com/djc/couchdb-python/ 8