]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3: drop old nis module dependencies
authorGuðni Már Gilbert <gudni.m.g@gmail.com>
Sun, 8 Jun 2025 12:22:44 +0000 (12:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jun 2025 16:43:20 +0000 (17:43 +0100)
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 <gudni.m.g@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.13.3.bb

index 6839d28e191794afc8a26417ed686b5b3059ab20..11dd6f4b8f0907b4b31ed1b556fd192e44c72067 100644 (file)
@@ -72,8 +72,6 @@ DEPENDS = "\
     bzip2-replacement-native \
     expat \
     libffi \
-    libnsl2 \
-    libtirpc \
     ncurses \
     openssl \
     sqlite3 \