[oe] [meta-python2][PATCH 2/2] python-future: add target RDEPENDS

Tim Orling ticotimo at gmail.com
Fri Jan 24 08:10:26 UTC 2020


* Missing run-time dependency:
  - python-misc (future_builtins)

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-future_0.18.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-devtools/python/python-future_0.18.2.bb b/recipes-devtools/python/python-future_0.18.2.bb
index 2dfcd28a..8fa066db 100644
--- a/recipes-devtools/python/python-future_0.18.2.bb
+++ b/recipes-devtools/python/python-future_0.18.2.bb
@@ -13,4 +13,6 @@ PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3
 
 inherit pypi setuptools
 
+RDEPENDS_${PN}_append_class-target = " python-misc"
+
 BBCLASSEXTEND = "native"
-- 
2.25.0



More information about the Openembedded-devel mailing list