summaryrefslogtreecommitdiffstats
path: root/package/python-six/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-01-28 22:05:43 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-01 00:07:36 +0100
commit96bc60efa4e81bf552d88e215d7821129bba84b3 (patch)
tree39d1c75e69a0d8f554f8ef48960f58326ac76e5a /package/python-six/Config.in
parent07ca4768694c857ab6a98e668083a145c75a3f26 (diff)
downloadbuildroot-96bc60efa4e81bf552d88e215d7821129bba84b3.tar.gz
buildroot-96bc60efa4e81bf552d88e215d7821129bba84b3.zip
python-six: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-six/Config.in')
-rw-r--r--package/python-six/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-six/Config.in b/package/python-six/Config.in
new file mode 100644
index 0000000000..0a8b69ace6
--- /dev/null
+++ b/package/python-six/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_SIX
+ bool "python-six"
+ help
+ Six is a Python 2 and 3 compatibility library. It provides
+ utility functions for smoothing over the differences between
+ the Python versions with the goal of writing Python code that
+ is compatible on both Python versions.
+
+ http://pythonhosted.org/six
OpenPOWER on IntegriCloud