summaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:33 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:45 +0000
commit6891951737ff11f5b996bb73b6c9e12aafbd5c3a (patch)
treecf25478dee70173f44b6dab29d1224fdaca7a2e6 /recipes/python
parent036f3f3acce480a4438b8d08fafe1c7355f540a2 (diff)
downloadopenembedded-6891951737ff11f5b996bb73b6c9e12aafbd5c3a.tar.gz
python: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pycurl_7.18.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pycurl_7.18.2.bb b/recipes/python/python-pycurl_7.18.2.bb
index 2e6416c79e..560274dcb7 100644
--- a/recipes/python/python-pycurl_7.18.2.bb
+++ b/recipes/python/python-pycurl_7.18.2.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
-RDEPENDS_${PN} = "python-core curl (>=${PV})"
+RDEPENDS_${PN} = "python-core curl (>= ${PV})"
SRC_URI[md5sum] = "39210d56f1d5a75ac8dd6a2866a93dd5"
SRC_URI[sha256sum] = "95d21bd61e03d22ee4ac18fc0b9040c163cb504c4b2cf1dc43c18f32508f6736"