diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-02-06 16:56:23 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-06 17:15:35 +0100 |
| commit | 9ebf0a963f86889bb6d71feb79b1ef83fa7232be (patch) | |
| tree | d46bcabb36c90739501ba5902b5d2eb3dd29109a /package/python-attrs/Config.in | |
| parent | e026c3bdb8f493b3fc21de7c45e3edbc47e03128 (diff) | |
| download | buildroot-9ebf0a963f86889bb6d71feb79b1ef83fa7232be.tar.gz buildroot-9ebf0a963f86889bb6d71feb79b1ef83fa7232be.zip | |
python-attrs: 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-attrs/Config.in')
| -rw-r--r-- | package/python-attrs/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-attrs/Config.in b/package/python-attrs/Config.in new file mode 100644 index 0000000000..fb0ab248fa --- /dev/null +++ b/package/python-attrs/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_ATTRS + bool "python-attrs" + help + attrs is the Python package that will bring back the joy of + writing classes by relieving you from the drudgery of + implementing object protocols (aka dunder methods). + + https://attrs.readthedocs.io/ |

