1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_RAVEN 2*4882a593Smuzhiyun bool "python-raven" 3*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON 4*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 7*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON 8*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun Raven is a client for Sentry (https://getsentry.com). 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://github.com/getsentry/raven-python 13