diff options
| author | Guðni Már Gilbert <gudni.m.g@gmail.com> | 2024-11-10 15:59:29 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:05 -0800 |
| commit | 9053d693fe9d9bcfcdb370e9feb49c136cb29017 (patch) | |
| tree | 86ddc20e9fb80d74d9b02e54ee41027c492d1f8a /meta-python/recipes-devtools/python | |
| parent | b7176cec9b5e11c964ec7d4ec4a7fa83e1594fb2 (diff) | |
| download | meta-openembedded-9053d693fe9d9bcfcdb370e9feb49c136cb29017.tar.gz | |
python3-twisted: move appdirs from core package
python3-appdirs is currently only a dependency when
python3-twisted-conch is installed.
I propose to remove python3-appdirs from python3-twisted-core
such that it's not installed in the final image when
python3-twisted-conch is not installed.
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-twisted_24.10.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb index b097cb7fb4..865190fac9 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb | |||
| @@ -42,8 +42,7 @@ RDEPENDS:${PN} = "\ | |||
| 42 | ${PN}-zsh \ | 42 | ${PN}-zsh \ |
| 43 | " | 43 | " |
| 44 | 44 | ||
| 45 | RDEPENDS:${PN}-core = "python3-appdirs \ | 45 | RDEPENDS:${PN}-core = "python3-asyncio \ |
| 46 | python3-asyncio \ | ||
| 47 | python3-attrs \ | 46 | python3-attrs \ |
| 48 | python3-automat \ | 47 | python3-automat \ |
| 49 | python3-constantly \ | 48 | python3-constantly \ |
| @@ -57,7 +56,7 @@ RDEPENDS:${PN}-core = "python3-appdirs \ | |||
| 57 | python3-zopeinterface \ | 56 | python3-zopeinterface \ |
| 58 | " | 57 | " |
| 59 | RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest" | 58 | RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest" |
| 60 | RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pickle" | 59 | RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-appdirs python3-bcrypt python3-cryptography python3-pickle" |
| 61 | RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" | 60 | RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" |
| 62 | RDEPENDS:${PN}-names = "${PN}-core" | 61 | RDEPENDS:${PN}-names = "${PN}-core" |
| 63 | RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" | 62 | RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" |
