diff options
author | Derek Straka <derek@asterius.io> | 2017-02-03 12:51:15 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:28 +0100 |
commit | cc255f9db62f66c5fa1ecd3265e18a0d643def9e (patch) | |
tree | 4f0d1c2fc783b6650457af054681c58584640c3f /meta-python/recipes-devtools/python/python-cryptography-vectors.inc | |
parent | 1c376eca7455e55ca259f27a02daf43491ac01c5 (diff) | |
download | meta-openembedded-cc255f9db62f66c5fa1ecd3265e18a0d643def9e.tar.gz |
python-cryptography-vectors: 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/recipes-devtools/python/python-cryptography-vectors.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography-vectors.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc index 6af37ed320..fc10cb2345 100644 --- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc +++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "Apache-2.0 | BSD" | 3 | LICENSE = "Apache-2.0 | BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4" |
5 | 5 | ||
6 | DEPENDS = " \ | 6 | DEPENDS += " \ |
7 | ${PYTHON_PN}-cryptography \ | 7 | ${PYTHON_PN}-cryptography \ |
8 | " | 8 | " |
9 | 9 | ||