From: Guðni Már Gilbert Date: Sat, 21 Jun 2025 16:14:23 +0000 (+0000) Subject: python3: drop old nis module dependencies X-Git-Tag: 2025-04.2-walnascar~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc7b1ed7747ef69d8bcbaee27c90560ded713d6;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3: drop old nis module dependencies 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 Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/python/python3_3.13.4.bb b/meta/recipes-devtools/python/python3_3.13.4.bb index 5d904d6207..5b49fee3bf 100644 --- a/meta/recipes-devtools/python/python3_3.13.4.bb +++ b/meta/recipes-devtools/python/python3_3.13.4.bb @@ -72,8 +72,6 @@ DEPENDS = "\ bzip2-replacement-native \ expat \ libffi \ - libnsl2 \ - libtirpc \ ncurses \ openssl \ sqlite3 \