diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc index ae2bca104..1b77a3bb5 100644 --- a/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc +++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient.inc | |||
@@ -8,11 +8,8 @@ SRC_URI[sha256sum] = "580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c4376 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "ndg_httpsclient" | 9 | PYPI_PACKAGE = "ndg_httpsclient" |
10 | 10 | ||
11 | DEPENDS = " \ | 11 | DEPENDS += " \ |
12 | ${PYTHON_PN}-pyopenssl \ | 12 | ${PYTHON_PN}-pyopenssl \ |
13 | " | ||
14 | |||
15 | DEPENDS = " \ | ||
16 | ${PYTHON_PN}-pyasn1 \ | 13 | ${PYTHON_PN}-pyasn1 \ |
17 | " | 14 | " |
18 | 15 | ||