diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-06-12 16:42:10 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-15 22:47:31 +0200 |
commit | 9915fb7e8f87399c0c7dcca04a28ca6d293ae965 (patch) | |
tree | 1623d8d5e8e3984538b6dd7b9d513fdae2c642f9 /package/python-traitlets/Config.in | |
parent | 6b683515bc4d1e223ed2d0e723cf8344ec669a99 (diff) | |
download | buildroot-9915fb7e8f87399c0c7dcca04a28ca6d293ae965.tar.gz buildroot-9915fb7e8f87399c0c7dcca04a28ca6d293ae965.zip |
package/python-traitlets: New package
Add 'traitlets'[1] package to Buildroot. Needed by IPython.
[1] https://pypi.python.org/pypi/traitlets
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-traitlets/Config.in')
-rw-r--r-- | package/python-traitlets/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-traitlets/Config.in b/package/python-traitlets/Config.in new file mode 100644 index 0000000000..f1804e55be --- /dev/null +++ b/package/python-traitlets/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_TRAITLETS + bool "python-traitlets" + select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime + select BR2_PACKAGE_PYTHON_SIX # runtime + select BR2_PACKAGE_PYTHON_IPYTHON_GENUTILS # runtime + select BR2_PACKAGE_PYTHON_DECORATOR # runtime + help + A configuration system for Python applications. + + https://pypi.python.org/pypi/traitlets |