From 5bf62addd388c88dae9bb1e08ba0afc3412305d8 Mon Sep 17 00:00:00 2001 From: Windel Bouwman Date: Fri, 12 Jul 2019 08:19:54 +0200 Subject: [PATCH] Fix python-humanfriendly recipe for python2. Signed-off-by: Windel Bouwman Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-humanfriendly_4.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-humanfriendly_4.18.bb b/meta-python/recipes-devtools/python/python-humanfriendly_4.18.bb index 2ca5fe36f..4e03a654c 100644 --- a/meta-python/recipes-devtools/python/python-humanfriendly_4.18.bb +++ b/meta-python/recipes-devtools/python/python-humanfriendly_4.18.bb @@ -1,2 +1,2 @@ -inherit setuptools3 +inherit setuptools require python-humanfriendly.inc