[oe-commits] [openembedded-core] 03/05: python3-native: Extend python3-native rproviders

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 17:01:22 UTC 2016


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

commit 1b807313f3e2d841922189bc7777a6d10bc83dcb
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Tue Aug 16 15:47:29 2016 -0300

    python3-native: Extend python3-native rproviders
    
    Add the following modules to RPROVIDES:
    
      - python3-email-native
      - python3-io-native
      - python3-json-native
      - python3-lang-native
      - python3-misc-native
      - python3-netclient-native
      - python3-netserver-native
      - python3-numbers-native
      - python3-pkgutil-native
      - python3-pprint-native
      - python3-re-native
      - python3-shell-native
      - python3-subprocess-native
      - python3-threading-native
      - python3-unittest-native
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit 1a62ffd108e6aa7b7e5d0a81819550e8a7afeb60)
---
 meta/recipes-devtools/python/python3-native_3.5.1.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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 dade783..23a1e69 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.1.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.1.bb
@@ -46,9 +46,23 @@ RPROVIDES += " \
     python3-compression-native \
     python3-core-native \
     python3-distutils-native \
+    python3-email-native \
     python3-importlib-native \
     python3-io-native \
+    python3-json-native \
+    python3-lang-native \
+    python3-misc-native \
+    python3-netclient-native \
+    python3-netserver-native \
+    python3-numbers-native \
+    python3-pkgutil-native \
+    python3-pprint-native \
+    python3-re-native \
+    python3-shell-native \
+    python3-subprocess-native \
     python3-textutils-native \
+    python3-threading-native \
+    python3-unittest-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