aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-01-24 23:25:33 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-24 23:25:33 -0800
commita8a221711b4751911cfba8e17d0e7a9a30dc7303 (patch)
treef3d9cb8a5260b30dbf2373a75b5c64c17546038b
parent35f3d7555b567d4f7d32c6915df4e4d58a776a8e (diff)
downloadmeta-python2-a8a221711b4751911cfba8e17d0e7a9a30dc7303.tar.gz
python-pyrsistent: add target RDEPENDS
* Missing target run-time dependency: - python-numbers Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-pyrsistent_0.15.7.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyrsistent_0.15.7.bb b/recipes-devtools/python/python-pyrsistent_0.15.7.bb
index acfcb12..970e51b 100644
--- a/recipes-devtools/python/python-pyrsistent_0.15.7.bb
+++ b/recipes-devtools/python/python-pyrsistent_0.15.7.bb
@@ -12,4 +12,8 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-six \
"
+RDEPENDS_${PN}_append_class-target = "\
+ ${PYTHON_PN}-numbers \
+"
+
BBCLASSEXTEND = "native nativesdk"