summaryrefslogtreecommitdiffstats
path: root/package/python-cheetah
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>2015-03-15 23:09:52 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-16 19:46:50 +0100
commit141928bc1010627f2663b61b119415033102b8d6 (patch)
treed1dcdad372b16cda24ba678bae2d8d5f101c1917 /package/python-cheetah
parent540e14a81c9caae52adb8482b6d73c7f716694ee (diff)
downloadbuildroot-141928bc1010627f2663b61b119415033102b8d6.tar.gz
buildroot-141928bc1010627f2663b61b119415033102b8d6.zip
python-cheetah: fix python host dependency
python-cheetah can't be used with python3. host-python-cheetah has the same limitation. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-cheetah')
-rw-r--r--package/python-cheetah/python-cheetah.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python-cheetah/python-cheetah.mk b/package/python-cheetah/python-cheetah.mk
index 7354190cf3..af7d1f5494 100644
--- a/package/python-cheetah/python-cheetah.mk
+++ b/package/python-cheetah/python-cheetah.mk
@@ -10,6 +10,8 @@ PYTHON_CHEETAH_SITE = http://pypi.python.org/packages/source/C/Cheetah
PYTHON_CHEETAH_LICENSE = MIT
PYTHON_CHEETAH_SETUP_TYPE = setuptools
+HOST_PYTHON_CHEETAH_NEEDS_HOST_PYTHON = python2
+
# The dependency on host-python-markdown is needed to prevent
# setuptools from downloading markdown if it is not installed yet.
HOST_PYTHON_CHEETAH_DEPENDENCIES = host-python-markdown
OpenPOWER on IntegriCloud