]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-native: Extend python3-native rproviders
authorFabio Berton <fabio.berton@ossystems.com.br>
Tue, 16 Aug 2016 18:47:29 +0000 (15:47 -0300)
committerFabio Berton <fabio.berton@ossystems.com.br>
Wed, 31 Aug 2016 13:21:27 +0000 (10:21 -0300)
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@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1a62ffd108e6aa7b7e5d0a81819550e8a7afeb60)

meta/recipes-devtools/python/python3-native_3.5.1.bb

index dade783956facc1d90833bd19977144dacd07871..23a1e6929901d18d2f6dede8d04f08dafa7f6828 100644 (file)
@@ -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"