python-cheetah: fix python host dependency
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Sun, 15 Mar 2015 22:09:52 +0000 (23:09 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 16 Mar 2015 18:46:50 +0000 (19:46 +0100)
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>
package/python-cheetah/python-cheetah.mk

index 7354190cf3feffabdd6cf3191938f4a2b3e450b9..af7d1f5494777ecc2e18eb5ff78d909b2df122c1 100644 (file)
@@ -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