From 9053d693fe9d9bcfcdb370e9feb49c136cb29017 Mon Sep 17 00:00:00 2001 From: Guðni Már Gilbert Date: Sun, 10 Nov 2024 15:59:29 +0000 Subject: python3-twisted: move appdirs from core package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb') 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} = "\ ${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" -- cgit v1.2.3-54-g00ecf