Drop libnsl-dev build-dependency
This was added in Python 3.12 to fix https://bugs.debian.org/1065128. However, it's superfluous in Python 3.13 since the nis module was dropped as one of the "dead batteries" (https://peps.python.org/pep-0594/#nis).
(Equivalent of !38 (merged), but for 3.14.)