diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-08 11:43:56 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-08 11:46:18 -0700 |
| commit | b8ea21f860c0e451c34b80d5172367c619094db6 (patch) | |
| tree | 2e27c39e7c877b95ee35978c34009de67fb37ad8 /meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb | |
| parent | a8faf50d38cb8f8d53b08f20262854a3fa6bae4a (diff) | |
| download | meta-openembedded-b8ea21f860c0e451c34b80d5172367c619094db6.tar.gz | |
python3-multidict: Add ptest missing rdep on python3-objgraph
Newer version needs the new module objgraph to run tests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb index 4e4d69bbd4..905cb7f4b2 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.3.2.bb | |||
| @@ -13,6 +13,7 @@ PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https | |||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
| 16 | python3-objgraph \ | ||
| 16 | python3-pytest-cov \ | 17 | python3-pytest-cov \ |
| 17 | python3-pytest-codspeed \ | 18 | python3-pytest-codspeed \ |
| 18 | " | 19 | " |
