aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-07-07 18:39:33 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-12 23:10:05 +0100
commit824fa3f9a5e10348b18cf00e6f562f5ec781ac26 (patch)
treeaffc58fc34ef339f1a259b1b9976de2215ed7f5f
parent64c307c8b1af32e1219e7c9ad3f634869e0fd33f (diff)
downloadopenembedded-core-contrib-824fa3f9a5e10348b18cf00e6f562f5ec781ac26.tar.gz
python3-native: Add "io" to rprovides
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-devtools/python/python3-native_3.5.1.bb2
1 files changed, 1 insertions, 1 deletions
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 fbe04c6162..81ea087e88 100644
--- a/meta/recipes-devtools/python/python3-native_3.5.1.bb
+++ b/meta/recipes-devtools/python/python3-native_3.5.1.bb
@@ -41,7 +41,7 @@ DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native s
inherit native
-RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native python3-importlib-native"
+RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native python3-importlib-native python3-io-native"
EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip"