mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
python3-ptyprocess: switch to pytest --automake
* Also replace ${PYTHON_PN} with python3
* Sort RDEPENDS for ptest alphabetically
* Remove trailing whitespace in run-ptest script
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,10 +15,10 @@ UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess"
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-core \
|
||||
${PYTHON_PN}-fcntl \
|
||||
${PYTHON_PN}-terminal \
|
||||
${PYTHON_PN}-resource \
|
||||
python3-core \
|
||||
python3-fcntl \
|
||||
python3-terminal \
|
||||
python3-resource \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
@@ -30,11 +30,12 @@ SRC_URI += " \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-fcntl \
|
||||
${PYTHON_PN}-terminal \
|
||||
${PYTHON_PN}-resource \
|
||||
bash \
|
||||
bash \
|
||||
python3-fcntl \
|
||||
python3-pytest \
|
||||
python3-resource \
|
||||
python3-terminal \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
|
||||
Reference in New Issue
Block a user