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>
This commit is contained in:
Guðni Már Gilbert
2024-11-10 15:59:29 +00:00
committed by Khem Raj
parent b7176cec9b
commit 9053d693fe

View File

@@ -42,8 +42,7 @@ RDEPENDS:${PN} = "\
${PN}-zsh \
"
RDEPENDS:${PN}-core = "python3-appdirs \
python3-asyncio \
RDEPENDS:${PN}-core = "python3-asyncio \
python3-attrs \
python3-automat \
python3-constantly \
@@ -57,7 +56,7 @@ RDEPENDS:${PN}-core = "python3-appdirs \
python3-zopeinterface \
"
RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest"
RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt python3-cryptography python3-pickle"
RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-appdirs python3-bcrypt python3-cryptography python3-pickle"
RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-names = "${PN}-core"
RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols"