diff options
author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-08-10 09:04:12 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-10 15:57:58 -0700 |
commit | d5807c2d93858c2687959cd14a57c507a6ad8a1e (patch) | |
tree | cd0f529d2bd15e5e94605dcf06b26c014e179c46 /meta-python/recipes-devtools/python | |
parent | e6922ac4b06d80cc64a33f7f1afa5d5d48612256 (diff) | |
download | meta-openembedded-d5807c2d93858c2687959cd14a57c507a6ad8a1e.tar.gz |
python3-incremental: drop python3-twisted-core from RDEPENDS
More specifically drop python3-twisted-core from RDEPENDS:incremental-scripts
This is a change made in incremental 24.7.0
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb b/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb index 0ac76ff29..dc8ecb330 100644 --- a/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb | |||
@@ -19,7 +19,6 @@ FILES:${PN}-scripts = "\ | |||
19 | 19 | ||
20 | RDEPENDS:${PN}-scripts = "\ | 20 | RDEPENDS:${PN}-scripts = "\ |
21 | python3-click \ | 21 | python3-click \ |
22 | python3-twisted-core \ | ||
23 | " | 22 | " |
24 | 23 | ||
25 | FILES:${PN}-tests = "${PYTHON_SITEPACKAGES_DIR}/incremental/tests" | 24 | FILES:${PN}-tests = "${PYTHON_SITEPACKAGES_DIR}/incremental/tests" |