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