summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudnimar@noxmedical.com>2024-04-18 09:29:10 +0000
committerKhem Raj <raj.khem@gmail.com>2024-04-22 22:59:28 -0700
commit627b54d0e222fd986c2c8c38f156cfc3178bc8ea (patch)
tree69544ab02ff8ed083319a225096541897b204abd
parent87cdaf04b1e111d9f0809f4f5248f474407e4f25 (diff)
downloadmeta-openembedded-627b54d0e222fd986c2c8c38f156cfc3178bc8ea.tar.gz
python3-incremental: cleanup RDEPENDS
incremental package does not need all twisted packages. Only the core package is required. The goal with this change is to minimize dependency memory requirements. Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb b/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb
index 3d93cc05e..79fa15311 100644
--- a/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c2
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 python3-twisted \ 11 python3-twisted-core \
12 python3-click \ 12 python3-click \
13" 13"
14 14