mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
python-setuptools: remove redundant HOST_PYTHON_SETUPTOOLS_DEPENDENCIES
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -8,8 +8,6 @@ PYTHON_SETUPTOOLS_VERSION = 0.6c11
|
||||
PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz
|
||||
PYTHON_SETUPTOOLS_SITE = http://pypi.python.org/packages/source/s/setuptools
|
||||
PYTHON_SETUPTOOLS_DEPENDENCIES = python
|
||||
HOST_PYTHON_SETUPTOOLS_DEPENDENCIES = host-python
|
||||
|
||||
|
||||
define HOST_PYTHON_SETUPTOOLS_BUILD_CMDS
|
||||
(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
|
||||
|
||||
Reference in New Issue
Block a user