diff options
| -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 | } | 
