diff options
Diffstat (limited to 'package/python-setuptools/Config.in')
-rw-r--r-- | package/python-setuptools/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-setuptools/Config.in b/package/python-setuptools/Config.in new file mode 100644 index 000000000..63c2b0181 --- /dev/null +++ b/package/python-setuptools/Config.in @@ -0,0 +1,8 @@ +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 |