From 7aaffbede46ce352b91c7a5c5f825a6f3b5b1c2e Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Fri, 4 Aug 2017 14:14:02 -0700 Subject: python: fix RDEPENDS on several recipes, due to non-existent packages The packaging has been altered slightly so ensure the dependencies are all still valid. (From OE-Core rev: 3328211afdef8ffb00dd4dff1143959d5412b075) Signed-off-by: Alejandro Hernandez Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/python-numpy') diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb index 42b2a18a5b..277c21f9da 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.13.3.bb @@ -102,11 +102,9 @@ RDEPENDS_${PN} = "python3-unittest \ python3-pydoc \ python3-pkgutil \ python3-email \ - python3-subprocess \ python3-compression \ python3-ctypes \ python3-threading \ - python3-textutils \ " RDEPENDS_${PN}_class-native = "" -- cgit v1.2.3-54-g00ecf