* [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade [not found] <cover.1453307585.git.alejandro.hernandez@linux.intel.com> @ 2016-01-20 16:33 ` Alejandro Hernandez 2016-01-20 16:43 ` Burton, Ross 0 siblings, 1 reply; 3+ messages in thread From: Alejandro Hernandez @ 2016-01-20 16:33 UTC (permalink / raw) To: openembedded-core 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> --- 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade 2016-01-20 16:33 ` [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade Alejandro Hernandez @ 2016-01-20 16:43 ` Burton, Ross 2016-01-20 16:48 ` Alejandro Hernandez 0 siblings, 1 reply; 3+ messages in thread From: Burton, Ross @ 2016-01-20 16:43 UTC (permalink / raw) To: Alejandro Hernandez; +Cc: OE-core [-- Attachment #1: Type: text/plain, Size: 475 bytes --] On 20 January 2016 at 16:33, Alejandro Hernandez < alejandro.hernandez@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 [-- Attachment #2: Type: text/html, Size: 900 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade 2016-01-20 16:43 ` Burton, Ross @ 2016-01-20 16:48 ` Alejandro Hernandez 0 siblings, 0 replies; 3+ messages in thread From: Alejandro Hernandez @ 2016-01-20 16:48 UTC (permalink / raw) To: Burton, Ross; +Cc: OE-core [-- Attachment #1: Type: text/plain, Size: 636 bytes --] On 01/20/2016 10:43 AM, Burton, Ross wrote: > > On 20 January 2016 at 16:33, Alejandro Hernandez > <alejandro.hernandez@linux.intel.com > <mailto:alejandro.hernandez@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. > > I agree > A more accurate shortlog would be "python-native also RPROVIDE > python-unittest-native". > > Ross [-- Attachment #2: Type: text/html, Size: 2047 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-20 16:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1453307585.git.alejandro.hernandez@linux.intel.com>
2016-01-20 16:33 ` [PATCH 1/1] python-nose: Fixes python-unittest-native RPROVIDES error after upgrade Alejandro Hernandez
2016-01-20 16:43 ` Burton, Ross
2016-01-20 16:48 ` Alejandro Hernandez
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox