vdr: fix dependency for libintl
[openembedded.git] / recipes / python / python-pyrex_0.9.8.5.bb
blob03468a052289ed7582efcca6da142df53e8c4fa8
1 DESCRIPTION = "Pyrex is a language specially designed for writing Python extension modules. \
2 It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
3 and the messy, low-level world of C."
4 SECTION = "devel/python"
5 PRIORITY = "optional"
6 LICENSE = "GPL"
7 SRCNAME = "Pyrex"
8 PR = "ml1"
10 SRC_URI = "\
11 http://www.cosc.canterbury.ac.nz/greg.ewing/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
12 file://pyrex-fix-optimized-mode.patch;patch=1 \
14 S = "${WORKDIR}/${SRCNAME}-${PV}"
16 inherit distutils