diff options
-rw-r--r-- | meta-python/recipes-extended/python-cson/python3-cson_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb index 5d696b30f7..c4fcc61ec0 100644 --- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb +++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb | |||
@@ -17,5 +17,7 @@ DEPENDS:append:class-native = " python-native " | |||
17 | 17 | ||
18 | inherit setuptools3 | 18 | inherit setuptools3 |
19 | 19 | ||
20 | PIP_INSTALL_PACKAGE = "python_cson" | ||
21 | |||
20 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
21 | 23 | ||