diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-26 00:01:19 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-26 09:09:03 -0700 |
commit | 55ff8137d47cdda973fe38ecfdb47e8b408182e8 (patch) | |
tree | c9324a494645c6382da9c41c13a5aeaff649807c /meta-python | |
parent | 79b8b765106630ab11efa388750cc36ce8875496 (diff) | |
download | meta-openembedded-55ff8137d47cdda973fe38ecfdb47e8b408182e8.tar.gz |
python3-pyroute2: Add missing rdeps for ptests
These are needed with python 3.13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb index cf9885df71..a12fa0ac4c 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb | |||
@@ -28,6 +28,8 @@ SRC_URI += " \ | |||
28 | 28 | ||
29 | RDEPENDS:${PN}-ptest += " \ | 29 | RDEPENDS:${PN}-ptest += " \ |
30 | python3-fcntl \ | 30 | python3-fcntl \ |
31 | python3-html \ | ||
32 | python3-netclient \ | ||
31 | python3-pytest \ | 33 | python3-pytest \ |
32 | python3-sqlite3 \ | 34 | python3-sqlite3 \ |
33 | python3-unittest-automake-output \ | 35 | python3-unittest-automake-output \ |