python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / python-attrs / Config.in
blobfb0ab248fa2037fa0fb8b8882e70384341b66f35
1 config BR2_PACKAGE_PYTHON_ATTRS
2         bool "python-attrs"
3         help
4           attrs is the Python package that will bring back the joy of
5           writing classes by relieving you from the drudgery of
6           implementing object protocols (aka dunder methods).
8           https://attrs.readthedocs.io/