diff options
-rw-r--r-- | meta-python/recipes-extended/python-cson/python3-cson_git.bb | 3 |
1 files changed, 1 insertions, 2 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 f9b4b64a50..aba1d8fff3 100644 --- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb +++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb | |||
@@ -14,8 +14,7 @@ SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | RDEPENDS:${PN}:class-native = "" | 17 | RDEPENDS:${PN} = "python3-json" |
18 | DEPENDS:append:class-native = " python-native " | ||
19 | 18 | ||
20 | inherit setuptools3 | 19 | inherit setuptools3 |
21 | 20 | ||