[OE-core] [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade

2016-01-20 Thread Alejandro Hernandez
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 
---
 meta/recipes-devtools/python/python-native_2.7.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-native_2.7.11.bb 
b/meta/recipes-devtools/python/python-native_2.7.11.bb
index 34f5c29..4c204a4 100644
--- a/meta/recipes-devtools/python/python-native_2.7.11.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.11.bb
@@ -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}"
 
-- 
1.8.4.5

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade

2016-01-20 Thread Burton, Ross
On 20 January 2016 at 16:33, Alejandro Hernandez <
alejandro.hernan...@linux.intel.com> wrote:

> 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.
>

A more accurate shortlog would be "python-native also RPROVIDE
python-unittest-native".

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade

2016-01-20 Thread Alejandro Hernandez



On 01/20/2016 10:43 AM, Burton, Ross wrote:


On 20 January 2016 at 16:33, Alejandro Hernandez 
> wrote:


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.




I agree

A more accurate shortlog would be "python-native also RPROVIDE 
python-unittest-native".


Ross


-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core