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, 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" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181" |
5 | 5 | ||
6 | PYPI_PACKAGE = "Cheetah3" | 6 | PYPI_PACKAGE = "Cheetah3" |
7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
8 | |||
7 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
8 | 10 | ||
9 | RDEPENDS:${PN} = "python3-pickle python3-pprint" | 11 | RDEPENDS:${PN} = "python3-pickle python3-pprint" |
10 | RDEPENDS:${PN}:class-native = "" | 12 | RDEPENDS:${PN}:class-native = "python3-legacy-cgi-native" |
11 | 13 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
13 | 15 | ||