xref: /OK3568_Linux_fs/buildroot/package/python-attrs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_ATTRS
2	bool "python-attrs"
3	depends on BR2_PACKAGE_PYTHON3
4	help
5	  attrs is the Python package that will bring back the joy of
6	  writing classes by relieving you from the drudgery of
7	  implementing object protocols (aka dunder methods).
8
9	  https://attrs.readthedocs.io/
10