From c733e09ac63161b3d2241895a99a34afe5328603 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 24 Jan 2020 00:09:15 -0800 Subject: python-future: add target RDEPENDS * Missing run-time dependency: - python-misc (future_builtins) Signed-off-by: Tim Orling --- 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 2dfcd28..8fa066d 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" -- cgit 1.2.3-korg