diff options
| author | Derek Straka <derek@asterius.io> | 2017-11-29 14:00:24 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
| commit | 5bf4a6fece53f4d2a170f01048bb4702adf4a959 (patch) | |
| tree | a7b73ccaa60b757cbb9ffb38f09f4d83cbb4c49a /meta-python | |
| parent | 72ba5a366410789ef45311be4c36a079941fa037 (diff) | |
| download | meta-openembedded-5bf4a6fece53f4d2a170f01048bb4702adf4a959.tar.gz | |
python-itsdangerous: fix RDEPENDS to work on minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
3 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-itsdangerous.inc b/meta-python/recipes-devtools/python/python-itsdangerous.inc index 73951fa561..84f9e7742d 100644 --- a/meta-python/recipes-devtools/python/python-itsdangerous.inc +++ b/meta-python/recipes-devtools/python/python-itsdangerous.inc | |||
| @@ -7,3 +7,8 @@ SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f" | |||
| 7 | SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519" | 7 | SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519" |
| 8 | 8 | ||
| 9 | CLEANBROKEN = "1" | 9 | CLEANBROKEN = "1" |
| 10 | |||
| 11 | RDEPENDS_${PN} += " \ | ||
| 12 | ${PYTHON_PN}-simplejson \ | ||
| 13 | ${PYTHON_PN}-netclient \ | ||
| 14 | " | ||
diff --git a/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb index 0e156be2f7..8c99cb4ca7 100644 --- a/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb +++ b/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb | |||
| @@ -1,2 +1,6 @@ | |||
| 1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
| 2 | require python-itsdangerous.inc | 2 | require python-itsdangerous.inc |
| 3 | |||
| 4 | RDEPENDS_${PN} += " \ | ||
| 5 | ${PYTHON_PN}-zlib \ | ||
| 6 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb index cd3082528c..a71c20f0e0 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | |||
| @@ -1,2 +1,6 @@ | |||
| 1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
| 2 | require python-itsdangerous.inc | 2 | require python-itsdangerous.inc |
| 3 | |||
| 4 | RDEPENDS_${PN} += " \ | ||
| 5 | ${PYTHON_PN}-compression \ | ||
| 6 | " | ||
