aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pycurl_7.18.2.bb
blob: c319e6d2982e6b0053c9dee6e7cf1a825774feb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;apply=yes \
"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

RDEPENDS = "python-core curl (>=${PV})"

SRC_URI[md5sum] = "39210d56f1d5a75ac8dd6a2866a93dd5"
SRC_URI[sha256sum] = "95d21bd61e03d22ee4ac18fc0b9040c163cb504c4b2cf1dc43c18f32508f6736"