]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-native: Make python-native also RPROVIDE python-unittest-native
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Wed, 20 Jan 2016 16:49:59 +0000 (16:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:37 +0000 (23:42 +0000)
The python-nose upgrade to 1.3.7 required a new unittest runtime dependency
after this, bitbake cant find a runtime provider for it when trying to build
python-nose-native, this patch makes python-native RPROVIDES python-unittest-native
to fix the issue.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-native_2.7.11.bb

index 34f5c2914e1f960459f64f4e9eeee00b3b22e7d1..4c204a4f0f7f118a57025447d10dd14375a0930e 100644 (file)
@@ -25,7 +25,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:"
 
 inherit native
 
-RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native"
+RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native"
 
 EXTRA_OECONF_append = " --bindir=${bindir}/${PN}"