diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-12-19 09:22:34 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-19 22:26:00 +0100 |
commit | 4f37e027df0887d7153e16f286b317850044d3d1 (patch) | |
tree | 862d769a9f760a2672f19b39fe6dd0f9622c211a /package/python-constantly/Config.in | |
parent | 4f08ad87df646ad1df93d749ec32617f1ecf60ea (diff) | |
download | buildroot-4f37e027df0887d7153e16f286b317850044d3d1.tar.gz buildroot-4f37e027df0887d7153e16f286b317850044d3d1.zip |
python-constantly: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-constantly/Config.in')
-rw-r--r-- | package/python-constantly/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-constantly/Config.in b/package/python-constantly/Config.in new file mode 100644 index 0000000000..13bb2e86d0 --- /dev/null +++ b/package/python-constantly/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_CONSTANTLY + bool "python-constantly" + help + A library that provides symbolic constant support. It + includes collections and constants with text, numeric, + and bit flag values. + + https://github.com/twisted/constantly |