Message ID | 20250608122244.3093502-1-gudni.m.g@gmail.com |
---|---|
State | New |
Headers | show |
Series | python3: drop old nis module dependencies | expand |
I'm 90% sure these build dependencies are not needed anymore, See: https://github.com/python/cpython/pull/104897 Hopefully I didn't missing anything. The build succeeds locally for me. It would be nice to have another set of eyes to review this :) Fewer dependencies is always nice if possible.
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 \
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> --- meta/recipes-devtools/python/python3_3.13.3.bb | 2 -- 1 file changed, 2 deletions(-)