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:10:15 +0000 |
commit | eb43e94723bc7245741354e69ec9236ae8206714 (patch) | |
tree | 805fbb1f5453a80d5c3e57a7cafb3a5632fb2039 | |
parent | f9637dc7ad9e9fde6bc076612370abc8d0b26a4e (diff) | |
download | poky-eb43e94723bc7245741354e69ec9236ae8206714.tar.gz |
python3-native: Extend RPROVIDES list
This extends the RPROVIDES list to include:
- python3-datetime-native
- python3-enum-native
- python3-terminal-native
(From OE-Core rev: 462ccb35a5de32b52ddb733d1868df6ac5426f20)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 += " \ | |||
46 | python3-compression-native \ | 46 | python3-compression-native \ |
47 | python3-core-native \ | 47 | python3-core-native \ |
48 | python3-distutils-native \ | 48 | python3-distutils-native \ |
49 | python3-datetime-native \ | ||
50 | python3-enum-native \ | ||
51 | python3-terminal-native \ | ||
49 | python3-email-native \ | 52 | python3-email-native \ |
50 | python3-importlib-native \ | 53 | python3-importlib-native \ |
51 | python3-io-native \ | 54 | python3-io-native \ |