From 38993c3fac841e8e6a01cca43d0d4cecda05439e Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 18 Nov 2017 17:11:21 -0800 Subject: python-six: use pypi.bbclass * Simplify python3-six by using pypi.bbclass - Use PYTHON_PN in .inc to avoid duplication in RDEPENDS Signed-off-by: Tim Orling Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-six_1.11.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/python/python3-six_1.11.0.bb') diff --git a/meta/recipes-devtools/python/python3-six_1.11.0.bb b/meta/recipes-devtools/python/python3-six_1.11.0.bb index 38a47b77dd..8795313bec 100644 --- a/meta/recipes-devtools/python/python3-six_1.11.0.bb +++ b/meta/recipes-devtools/python/python3-six_1.11.0.bb @@ -1,4 +1,2 @@ inherit setuptools3 require python-six.inc - -RDEPENDS_${PN} += "python3-io" -- cgit 1.2.3-korg