[oe-commits] [openembedded-core] 24/39: python3-native Add RPROVIDES python3-importlib-native

git at git.openembedded.org git at git.openembedded.org
Tue Jun 14 12:04:48 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3f7359d9ff64785f8e7237f0187547c5e70f47d1
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Jun 13 09:11:59 2016 +0100

    python3-native Add RPROVIDES python3-importlib-native
    
    '''
    WARNING: Nothing RPROVIDES 'python3-importlib-native' (but
    virtual:native:/media/build1/poky/meta/recipes-devtools/python/python3-pygobject_3.20.1.bb
    RDEPENDS on or otherwise requires it)
    '''
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3-native_3.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3-native_3.5.1.bb b/meta/recipes-devtools/python/python3-native_3.5.1.bb
index 126935b..fbe04c6 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.1.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.1.bb
@@ -41,7 +41,7 @@ DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native s
 
 inherit native
 
-RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native"
+RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native python3-importlib-native"
 
 EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list