diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-10-12 23:11:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-14 07:15:37 -0700 |
commit | bf9c1d7b2e0f1fd3345c69a5d352a3fe2f86262f (patch) | |
tree | 3b0b5cd6d2b618c5bf5b6b1a03d553bc5402b945 /meta-python | |
parent | 55534f9d10210120d47ad18526fadf77a752a83c (diff) | |
download | meta-openembedded-bf9c1d7b2e0f1fd3345c69a5d352a3fe2f86262f.tar.gz |
python3-simpleeval: Remove use_2to3
package works with py2 and py3, there is no need to use 2to3
See
https://github.com/jobsta/simpleeval/commit/4ea1a5d15d449ab805bae042a698b381ddefd5b1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb b/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb index 9708fc6262..36512cba9a 100644 --- a/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb +++ b/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb | |||
@@ -17,7 +17,9 @@ SRC_URI += " \ | |||
17 | RDEPENDS:${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | " | 19 | " |
20 | 20 | do_configure:prepend() { | |
21 | sed -i -e "/use_2to3=True,/d" ${S}/setup.py | ||
22 | } | ||
21 | do_install_ptest() { | 23 | do_install_ptest() { |
22 | cp -f ${S}/test_simpleeval.py ${D}${PTEST_PATH}/ | 24 | cp -f ${S}/test_simpleeval.py ${D}${PTEST_PATH}/ |
23 | } | 25 | } |