/usr/bin/cython is a python script. Fix the license while here.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
and the messy, low-level world of C."
SECTION = "devel/python"
PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "Apache-2.0"
SRCNAME = "Cython"
BBCLASSEXTEND = "native"
NATIVE_INSTALL_WORKS = "1"
+DEPENDS = "python"
SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"