mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
New package: python-setuptools
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
bdd274110a
commit
0717f0357d
8
package/python-setuptools/Config.in
Normal file
8
package/python-setuptools/Config.in
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user