DESCRIPTION = "libcurl Python Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "curl-${PV}" SRCNAME = "pycurl" PR = "ml2" SRC_URI = "\ http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz \ file://no-static-link.patch;patch=1 \ " S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils RDEPENDS = "python-core curl (>=${PV})"