From 9ec3fc636abc850262585196e3364e3e65084c3d Mon Sep 17 00:00:00 2001 From: Guðni Már Gilbert Date: Sun, 8 Jun 2025 12:22:44 +0000 Subject: python3: drop old nis module dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (From OE-Core rev: 742eca9cb56ab4ad10534181d28de1fdf3880b9f) Signed-off-by: Guðni Már Gilbert Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3_3.13.3.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/python/python3_3.13.3.bb') 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 \ -- cgit v1.2.3-54-g00ecf