diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-10 10:14:14 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:02:31 +0000 |
commit | 462ccb35a5de32b52ddb733d1868df6ac5426f20 (patch) | |
tree | ec5bcc5e7f19a1d59398dea49ffa511a79314ef7 /meta/recipes-devtools/python | |
parent | 39829ef1b8bba3499255c59a4b9713e68a33ddc1 (diff) | |
download | openembedded-core-462ccb35a5de32b52ddb733d1868df6ac5426f20.tar.gz openembedded-core-462ccb35a5de32b52ddb733d1868df6ac5426f20.tar.bz2 openembedded-core-462ccb35a5de32b52ddb733d1868df6ac5426f20.zip |
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@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 594f15c7c6..93bcc334d6 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 \ |