summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2025-06-08 12:22:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-09 17:43:41 +0100
commit9ec3fc636abc850262585196e3364e3e65084c3d (patch)
tree68bd4afb30cf2d7134babedeac4386f1be87a67d
parent4e9458ef29249ab0e1afb195ff934fe48db205af (diff)
downloadpoky-9ec3fc636abc850262585196e3364e3e65084c3d.tar.gz
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 (From OE-Core rev: 742eca9cb56ab4ad10534181d28de1fdf3880b9f) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3_3.13.3.bb2
1 files changed, 0 insertions, 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 = "\
72 bzip2-replacement-native \ 72 bzip2-replacement-native \
73 expat \ 73 expat \
74 libffi \ 74 libffi \
75 libnsl2 \
76 libtirpc \
77 ncurses \ 75 ncurses \
78 openssl \ 76 openssl \
79 sqlite3 \ 77 sqlite3 \