summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-extended/python-cson/python3-cson_git.bb3
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
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17RDEPENDS:${PN}:class-native = "" 17RDEPENDS:${PN} = "python3-json"
18DEPENDS:append:class-native = " python-native "
19 18
20inherit setuptools3 19inherit setuptools3
21 20