elementary: readd RDEPENDS on elementary-themes, accidentally removed in 51d8c6927248...
[openembedded.git] / recipes / python / python-pylirc_0.0.5.bb
1 DESCRIPTION = "Python lirc module. See http://www.lirc.org for more info on lirc"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 DEPENDS = "lirc"
5 LICENSE = "LGPL"
6 PR = "r1"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/pylirc/pylirc-${PV}.tar.gz"
9 S = "${WORKDIR}/pylirc-${PV}"
10
11 inherit distutils