diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb index 0f1ae3caca..c9b3b71873 100644 --- a/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.44.1.bb | |||
@@ -14,9 +14,6 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ | |||
14 | 14 | ||
15 | SRC_URI[sha256sum] = "5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8" | 15 | SRC_URI[sha256sum] = "5bcef4d988b74b99653602101e17d8401338d596b9234d263c728a0c3df003e8" |
16 | 16 | ||
17 | inherit pypi setuptools3 | 17 | DEPENDS = "curl" |
18 | 18 | ||
19 | DEPENDS = "\ | 19 | inherit pypi setuptools3 |
20 | curl \ | ||
21 | ${PYTHON_PN}\ | ||
22 | " | ||