summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb
diff options
context:
space:
mode:
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.bb4
1 files changed, 3 insertions, 1 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 448772960b..e7b404cd8f 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
@@ -4,10 +4,12 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181"
5 5
6PYPI_PACKAGE = "Cheetah3" 6PYPI_PACKAGE = "Cheetah3"
7UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
8
7inherit pypi setuptools3 9inherit pypi setuptools3
8 10
9RDEPENDS:${PN} = "python3-pickle python3-pprint" 11RDEPENDS:${PN} = "python3-pickle python3-pprint"
10RDEPENDS:${PN}:class-native = "" 12RDEPENDS:${PN}:class-native = "python3-legacy-cgi-native"
11 13
12BBCLASSEXTEND = "native nativesdk" 14BBCLASSEXTEND = "native nativesdk"
13 15