summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.13.4.bb
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2025-06-21 16:14:23 +0000
committerSteve Sakoman <steve@sakoman.com>2025-07-04 07:50:16 -0700
commit741e4d2ed91e3f642a5ea4ef8b01095f4a36a04e (patch)
treeaef8d5aee616eec78d29d02ba306a96533b6eba3 /meta/recipes-devtools/python/python3_3.13.4.bb
parent55ab739f17c0c2812ad907d73abb12454acaa88c (diff)
downloadpoky-741e4d2ed91e3f642a5ea4ef8b01095f4a36a04e.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: cbc7b1ed7747ef69d8bcbaee27c90560ded713d6) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.13.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.13.4.bb2
1 files changed, 0 insertions, 2 deletions
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 = "\
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 \