1config BR2_PACKAGE_PYTHON_SETUPTOOLS
2 bool "python-setuptools"
3 select BR2_PACKAGE_PYTHON3_ZLIB # runtime
4 select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
5 help
6 Download, build, install, upgrade, and uninstall Python
7 packages.
8
9 http://pypi.python.org/pypi/setuptools
10