Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] python3: drop old nis module dependencies
@ 2025-06-08 12:22 Guðni Már Gilbert
  2025-06-08 12:25 ` Guðni Már Gilbert
  2025-06-09  9:54 ` [OE-core] " Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Guðni Már Gilbert @ 2025-06-08 12:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Guðni Már Gilbert

libnsl2 and libtirpc were build dependencies for the nis module.

The nis module was deprecated in Python 3.11 and removed in Python 3.13

Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
---
 meta/recipes-devtools/python/python3_3.13.3.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python3_3.13.3.bb b/meta/recipes-devtools/python/python3_3.13.3.bb
index 6839d28e19..11dd6f4b8f 100644
--- a/meta/recipes-devtools/python/python3_3.13.3.bb
+++ b/meta/recipes-devtools/python/python3_3.13.3.bb
@@ -72,8 +72,6 @@ DEPENDS = "\
     bzip2-replacement-native \
     expat \
     libffi \
-    libnsl2 \
-    libtirpc \
     ncurses \
     openssl \
     sqlite3 \
-- 
2.43.0



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

end of thread, other threads:[~2025-06-09  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-08 12:22 [PATCH] python3: drop old nis module dependencies Guðni Már Gilbert
2025-06-08 12:25 ` Guðni Már Gilbert
2025-06-09  9:54 ` [OE-core] " Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox