diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb index f625996ba2..a69c05d25b 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.7.bb | |||
@@ -8,14 +8,13 @@ SRC_URI[sha256sum] = "924d94291ca674905fe9481f12294eb11f2d3d3fd1adb20314ba89e94f | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-sqlite3 \ | 11 | python3-crypt \ |
12 | ${PYTHON_PN}-core \ | 12 | python3-io \ |
13 | ${PYTHON_PN}-pprint \ | 13 | python3-json \ |
14 | ${PYTHON_PN}-json \ | 14 | python3-multiprocessing \ |
15 | ${PYTHON_PN}-xml \ | 15 | python3-pprint \ |
16 | ${PYTHON_PN}-crypt \ | 16 | python3-shell \ |
17 | ${PYTHON_PN}-shell \ | 17 | python3-sqlite3 \ |
18 | ${PYTHON_PN}-io \ | 18 | python3-tomllib \ |
19 | ${PYTHON_PN}-toml \ | 19 | python3-xml \ |
20 | ${PYTHON_PN}-multiprocessing \ | ||
21 | " | 20 | " |