1config BR2_PACKAGE_PYTHON_PYCAIRO 2 bool "python-pycairo" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_CAIRO 5 help 6 Python interface for cairo. 7 8 https://pycairo.readthedocs.io 9