diff options
author | Derek Straka <derek@asterius.io> | 2017-02-03 12:51:16 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:28 +0100 |
commit | a8a0efe89cdcb311c41581ace78d57808b4e35f7 (patch) | |
tree | d4b6a6ed776afa55041d457d8a6cebb68d4e314d /meta-python | |
parent | cc255f9db62f66c5fa1ecd3265e18a0d643def9e (diff) | |
download | meta-openembedded-a8a0efe89cdcb311c41581ace78d57808b4e35f7.tar.gz |
python-ndg-httpsclient: add to the DEPENDS rather than replace
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | ||