diff options
Diffstat (limited to 'package/python-singledispatch/Config.in')
-rw-r--r-- | package/python-singledispatch/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-singledispatch/Config.in b/package/python-singledispatch/Config.in new file mode 100644 index 0000000000..192e516ba0 --- /dev/null +++ b/package/python-singledispatch/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_SINGLEDISPATCH + bool "python-singledispatch" + depends on BR2_PACKAGE_PYTHON + help + This library brings functools.singledispatch from + Python 3.4 to Python 2.6-3.3 + + https://pypi.python.org/pypi/singledispatch |