1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_ENUM34 2*4882a593Smuzhiyun bool "python-enum34" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun Python 3.4 Enum backported to 2.x. 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun An enumeration is a set of symbolic names (members) bound to 8*4882a593Smuzhiyun unique, constant values. Within an enumeration, the members 9*4882a593Smuzhiyun can be compared by identity, and the enumeration itself can 10*4882a593Smuzhiyun be iterated over. 11*4882a593Smuzhiyun 12*4882a593Smuzhiyun https://pypi.python.org/pypi/enum34 13