diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2022-07-23 21:19:19 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-26 10:38:42 -0400 |
| commit | f5645ac7212b92c6ec04ebc82d19dbd223896fd8 (patch) | |
| tree | 366a7040356e9e19a09e69cf7c73a6e14af98845 | |
| parent | 03c4831f445ab62a0eec57a8f0d6d11641b882ab (diff) | |
| download | meta-openembedded-f5645ac7212b92c6ec04ebc82d19dbd223896fd8.tar.gz | |
python-ptyprocess: fixed test_pass_fds
This ptest needed bash.
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb index bff2d499f1..2a8b8730c4 100644 --- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | |||
| @@ -34,6 +34,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
| 34 | ${PYTHON_PN}-fcntl \ | 34 | ${PYTHON_PN}-fcntl \ |
| 35 | ${PYTHON_PN}-terminal \ | 35 | ${PYTHON_PN}-terminal \ |
| 36 | ${PYTHON_PN}-resource \ | 36 | ${PYTHON_PN}-resource \ |
| 37 | bash \ | ||
| 37 | " | 38 | " |
| 38 | 39 | ||
| 39 | do_install_ptest() { | 40 | do_install_ptest() { |
