1config BR2_PACKAGE_PYTHON_PYPNG 2 bool "python-pypng" 3 select BR2_PACKAGE_PYTHON3_ZLIB # runtime 4 help 5 Pure Python library for saving and loading PNG images. 6 7 https://gitlab.com/drj11/pypng 8