diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-12-16 08:36:11 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-18 22:20:57 +0100 |
commit | 9a16e77d28803d083d5793477e8378df13fb133e (patch) | |
tree | 04971af5892bc027351e4716b7e2246cb61cfbe9 /package/python-backports-abc/Config.in | |
parent | 61ae4ffb2474f4fad7c8513f5ed732cf4a96b1bb (diff) | |
download | buildroot-9a16e77d28803d083d5793477e8378df13fb133e.tar.gz buildroot-9a16e77d28803d083d5793477e8378df13fb133e.zip |
python-backports-abc: new package
A backport of recent additions to the 'collections.abc' module.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-backports-abc/Config.in')
-rw-r--r-- | package/python-backports-abc/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-backports-abc/Config.in b/package/python-backports-abc/Config.in new file mode 100644 index 0000000000..26d8cfd98b --- /dev/null +++ b/package/python-backports-abc/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_BACKPORTS_ABC + bool "python-backports-abc" + help + A backport of recent additions to the 'collections.abc' + module. + + https://pypi.python.org/pypi/backports_abc |