diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2017-01-28 21:23:03 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:25 +0100 |
commit | b4acda8e38b05d7f0c847b4e8e2755fe7235df28 (patch) | |
tree | 6d33454529fedc256941eea781123022195114e1 /meta-python/recipes-devtools/python/python-pyopenssl.inc | |
parent | 47d1e27b813c056980053ee2e232bd035b26019e (diff) | |
download | meta-openembedded-b4acda8e38b05d7f0c847b4e8e2755fe7235df28.tar.gz |
python-pyopenssl: Don't overwrite inherited dependencies
Otherwise setuptools won't be found.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyopenssl.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyopenssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc b/meta-python/recipes-devtools/python/python-pyopenssl.inc index 5a2e8b8104..579ca60c10 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" | |||
2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
4 | 4 | ||
5 | DEPENDS = "openssl ${PYTHON_PN}-cryptography" | 5 | DEPENDS += "openssl ${PYTHON_PN}-cryptography" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "6635503758c65ea6f70d18d1b18e46d5" | 7 | SRC_URI[md5sum] = "6635503758c65ea6f70d18d1b18e46d5" |
8 | SRC_URI[sha256sum] = "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e" | 8 | SRC_URI[sha256sum] = "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e" |