Another pass of .oe cleanups.
[vuplus_openembedded] / python / python-pyxmlrpc_0.8.8.3.oe
1 DESCRIPTION = "Fast Python XMLRPC Library"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 RDEPENDS = "libc6 python-core"
6 DEPENDS = "virtual/libc"
7 SRCNAME = "py-xmlrpc"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils