diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-01-16 16:46:18 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-20 13:18:55 +1100 |
commit | 23f0a280d1d75fc739e6847ebe9b27e3b5c03707 (patch) | |
tree | 717acd897b70fc0be009048a4165ec2ac1f062b0 /package/python-toml/Config.in | |
parent | 39885cc5b0c6ff175fe3a115231bc2428840e7b7 (diff) | |
download | buildroot-23f0a280d1d75fc739e6847ebe9b27e3b5c03707.tar.gz buildroot-23f0a280d1d75fc739e6847ebe9b27e3b5c03707.zip |
python-toml: new package
Use GitHub instead of PyPI because PyPI release if out-of-date.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-toml/Config.in')
-rw-r--r-- | package/python-toml/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-toml/Config.in b/package/python-toml/Config.in new file mode 100644 index 0000000000..a41622fc2f --- /dev/null +++ b/package/python-toml/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_TOML + bool "python-toml" + help + Python Library for Tom's Obvious, Minimal Language. + + https://github.com/uiri/toml |