diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-native_3.5.1.bb | 2 |
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 | |||
41 | 41 | ||
42 | inherit native | 42 | inherit native |
43 | 43 | ||
44 | RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native python3-importlib-native" | 44 | RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native python3-importlib-native python3-io-native" |
45 | 45 | ||
46 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip" | 46 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip" |
47 | 47 | ||