libomxil: update to 0.9.2.1
[openembedded.git] / recipes / python / python-opendir_1.0.bb
blob324f5aca2a2edfbcee62a1a2406b1844a3b12ee6
1 DESCRIPTION = "POSIX opendir support for Python"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "PD"
5 HOMEPAGE = "http://rabenfrost.net/mokopedia/opendir/"
6 DEPENDS = "python-pyrex-native python-cython-native"
7 PR = "ml1"
9 SRC_URI = "\
10 file://opendir.pyx \
11 file://setup.py \
13 S = "${WORKDIR}"
15 inherit distutils