summaryrefslogtreecommitdiffstats
path: root/package/python-setuptools
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-01-18 11:33:41 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-18 16:02:56 +0100
commitbbb3879666ab06e8d1bbd853496d56ff2ba9e7ec (patch)
treef79f6e0da7d031a9e70c76e61e9cab42df0283d9 /package/python-setuptools
parenta7544cf97e63fb07a86a834873fb8df7709e18ab (diff)
downloadbuildroot-novena-bbb3879666ab06e8d1bbd853496d56ff2ba9e7ec.tar.gz
buildroot-novena-bbb3879666ab06e8d1bbd853496d56ff2ba9e7ec.zip
python-setuptools: remove redundant HOST_PYTHON_SETUPTOOLS_DEPENDENCIES
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/python-setuptools')
-rw-r--r--package/python-setuptools/python-setuptools.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk
index b75987bad..70ebb85a7 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)