python3-pycurl: fix DEPENDS

By assigning directly to DEPENDS the dependencies in setuptools3 are
overwritten, so python3-setuptools-native is present to let the build
succeed entirely through luck.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Ross Burton
2022-03-10 13:25:20 +00:00
committed by Trevor Gamblin
parent 8ca5c4b0bc
commit f3bacf644e

View File

@@ -14,9 +14,6 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
SRC_URI[sha256sum] = "5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8"
inherit pypi setuptools3
DEPENDS = "curl"
DEPENDS = "\
curl \
${PYTHON_PN}\
"
inherit pypi setuptools3