All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-incremental: cleanup RDEPENDS
@ 2024-04-18  9:29 Guðni Már Gilbert
  2024-04-19 14:08 ` [oe] " Tim Orling
  2024-04-19 18:22 ` Alper Ak
  0 siblings, 2 replies; 3+ messages in thread
From: Guðni Már Gilbert @ 2024-04-18  9:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Guðni Már Gilbert

[-- Attachment #1: Type: text/plain, Size: 1847 bytes --]

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>
---
 .../recipes-devtools/python/python3-incremental_22.10.0.bb      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 inherit pypi setuptools3
 
 RDEPENDS:${PN} += " \
-    python3-twisted \
+    python3-twisted-core \
     python3-click \
 "
 
-- 
2.34.1

Disclaimer

The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.

This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast, a leader in email security and cyber resilience. Mimecast integrates email defenses with brand protection, security awareness training, web security, compliance and other essential capabilities. Mimecast helps protect large and small organizations from malicious activity, human error and technology failure; and to lead the movement toward building a more resilient world. To find out more, visit our website.

[-- Attachment #2: Type: text/html, Size: 1750 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-19 18:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18  9:29 [meta-python][PATCH] python3-incremental: cleanup RDEPENDS Guðni Már Gilbert
2024-04-19 14:08 ` [oe] " Tim Orling
2024-04-19 18:22 ` Alper Ak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.