diff options
Diffstat (limited to 'package/python-enum/Config.in')
-rw-r--r-- | package/python-enum/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/python-enum/Config.in b/package/python-enum/Config.in new file mode 100644 index 0000000000..e26ae8bf97 --- /dev/null +++ b/package/python-enum/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_PYTHON_ENUM + bool "python-enum" + depends on BR2_PACKAGE_PYTHON + help + Robust enumerated type support in Python + + An enumeration object is an immutable sequence object built + from a sequence of strings. Each value is also available as + an attribute. Such values are constant. Comparisons and + enumeration are supported. + + https://pypi.python.org/pypi/enum |