mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
72ba5a3664
commit
5bf4a6fece
@@ -7,3 +7,8 @@ SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f"
|
|||||||
SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519"
|
SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519"
|
||||||
|
|
||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += " \
|
||||||
|
${PYTHON_PN}-simplejson \
|
||||||
|
${PYTHON_PN}-netclient \
|
||||||
|
"
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
inherit pypi setuptools
|
inherit pypi setuptools
|
||||||
require python-itsdangerous.inc
|
require python-itsdangerous.inc
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += " \
|
||||||
|
${PYTHON_PN}-zlib \
|
||||||
|
"
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
require python-itsdangerous.inc
|
require python-itsdangerous.inc
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += " \
|
||||||
|
${PYTHON_PN}-compression \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user