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>
This commit is contained in:
Guðni Már Gilbert 2025-06-21 16:14:23 +00:00 committed by Steve Sakoman
parent 55ab739f17
commit 741e4d2ed9

View File

@ -72,8 +72,6 @@ DEPENDS = "\
bzip2-replacement-native \
expat \
libffi \
libnsl2 \
libtirpc \
ncurses \
openssl \
sqlite3 \