9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
|
config BR2_PACKAGE_PYTHON_SETUPTOOLS
|
||
|
bool "python-setuptools"
|
||
|
depends on BR2_PACKAGE_PYTHON
|
||
|
select BR2_PACKAGE_PYTHON_ZLIB
|
||
|
help
|
||
|
Download, build, install, upgrade, and uninstall Python packages.
|
||
|
|
||
|
http://pypi.python.org/pypi/setuptools
|