elementary: readd RDEPENDS on elementary-themes, accidentally removed in 51d8c6927248...
[openembedded.git] / recipes / python / python-pyid3lib_0.5.1.bb
1 DESCRIPTION = "A Python Wrapper for libid3."
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "LGPL"
5 DEPENDS = "id3lib"
6 SRCNAME = "pyid3lib"
7 PR = "r1"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/pyid3lib/${SRCNAME}-${PV}.tar.bz2"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils
13
14