[oe-commits] [openembedded-core] 46/60: python3-native: Extend RPROVIDES list

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 11:11:57 UTC 2016


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

commit 462ccb35a5de32b52ddb733d1868df6ac5426f20
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Thu Nov 10 10:14:14 2016 -0200

    python3-native: Extend RPROVIDES list
    
    This extends the RPROVIDES list to include:
    
     - python3-datetime-native
     - python3-enum-native
     - python3-terminal-native
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python3-native_3.5.2.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/python/python3-native_3.5.2.bb b/meta/recipes-devtools/python/python3-native_3.5.2.bb
index 594f15c..93bcc33 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.2.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.2.bb
@@ -46,6 +46,9 @@ RPROVIDES += " \
     python3-compression-native \
     python3-core-native \
     python3-distutils-native \
+    python3-datetime-native \
+    python3-enum-native \
+    python3-terminal-native \
     python3-email-native \
     python3-importlib-native \
     python3-io-native \

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


More information about the Openembedded-commits mailing list