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