diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-23 12:03:33 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-26 13:15:14 -0700 |
commit | d131aed9e16f50a38a09bd28e7f29b94a3766adb (patch) | |
tree | ed23bd1206b644e7348bfd09bc114e3869266ee8 /meta-python/recipes-devtools/python | |
parent | 7d916d33fc3f288abe16e9316cc800197cb82d92 (diff) | |
download | meta-openembedded-d131aed9e16f50a38a09bd28e7f29b94a3766adb.tar.gz |
python3-jinja2_2.%.bbappend: Delete
These changes are moved to OE-Core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend b/meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend deleted file mode 100644 index 9fe358427a..0000000000 --- a/meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | # Main recipe was moved to oe-core, but with ptest disabled | ||
2 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} | ||
3 | |||
4 | do_install_ptest() { | ||
5 | install -d ${D}${PTEST_PATH}/tests | ||
6 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
7 | } | ||
8 | |||
9 | RDEPENDS_${PN}-ptest += " \ | ||
10 | ${PYTHON_PN}-pytest \ | ||
11 | ${PYTHON_PN}-toml \ | ||
12 | ${PYTHON_PN}-unixadmin \ | ||
13 | " | ||