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 4d234d311d..8e8f3fb2a6 100644 --- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb +++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb | |||
@@ -12,8 +12,7 @@ SRC_URI = "git://github.com/gt3389b/python-cson.git;branch=master;protocol=https | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | RDEPENDS_${PN}_class-native = "" | 15 | RDEPENDS_${PN} = "python3-json" |
16 | DEPENDS_append_class-native = " python-native " | ||
17 | 16 | ||
18 | inherit setuptools3 | 17 | inherit setuptools3 |
19 | 18 | ||