From: Guðni Már Gilbert Date: Sun, 8 Jun 2025 12:22:44 +0000 (+0000) Subject: python3: drop old nis module dependencies X-Git-Tag: uninative-4.8~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=742eca9cb56ab4ad10534181d28de1fdf3880b9f;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 --- 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 \