From: Peter Korsgaard Date: Wed, 18 Jan 2012 10:33:41 +0000 (+0100) Subject: python-setuptools: remove redundant HOST_PYTHON_SETUPTOOLS_DEPENDENCIES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbb3879666ab06e8d1bbd853496d56ff2ba9e7ec;p=buildroot.git python-setuptools: remove redundant HOST_PYTHON_SETUPTOOLS_DEPENDENCIES Signed-off-by: Peter Korsgaard --- diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk index b75987bad7..70ebb85a74 100644 --- a/package/python-setuptools/python-setuptools.mk +++ b/package/python-setuptools/python-setuptools.mk @@ -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)