diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb index 8149d6ccee..448772960b 100644 --- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb +++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb | |||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181" | |||
6 | PYPI_PACKAGE = "Cheetah3" | 6 | PYPI_PACKAGE = "Cheetah3" |
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} = "python3-pickle python3-pprint" | 9 | RDEPENDS:${PN} = "python3-pickle python3-pprint" |
10 | RDEPENDS_${PN}_class-native = "" | 10 | RDEPENDS:${PN}:class-native = "" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | 13 | ||