[oe] [meta-python][PATCH] python-pyopenssl: Don't overwrite inherited dependencies

Andreas Oberritter obi at opendreambox.org
Sat Jan 28 20:23:03 UTC 2017


Otherwise setuptools won't be found.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 meta-python/recipes-devtools/python/python-pyopenssl.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc b/meta-python/recipes-devtools/python/python-pyopenssl.inc
index 5a2e8b8..579ca60 100644
--- a/meta-python/recipes-devtools/python/python-pyopenssl.inc
+++ b/meta-python/recipes-devtools/python/python-pyopenssl.inc
@@ -2,7 +2,7 @@ SUMMARY = "Simple Python wrapper around the OpenSSL library"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-DEPENDS = "openssl ${PYTHON_PN}-cryptography"
+DEPENDS += "openssl ${PYTHON_PN}-cryptography"
 
 SRC_URI[md5sum] = "6635503758c65ea6f70d18d1b18e46d5"
 SRC_URI[sha256sum] = "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e"
-- 
2.7.4




More information about the Openembedded-devel mailing list