1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_SNAPPY 2*4882a593Smuzhiyun bool "python-snappy" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # snappy 4*4882a593Smuzhiyun select BR2_PACKAGE_SNAPPY 5*4882a593Smuzhiyun help 6*4882a593Smuzhiyun Python library for the snappy compression library from 7*4882a593Smuzhiyun Google. 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun http://github.com/andrix/python-snappy 10*4882a593Smuzhiyun 11*4882a593Smuzhiyuncomment "python-snappy needs a toolchain w/ C++" 12*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP 13