Skip to content

Commit

Permalink
build/pkgs/python3/spkg-build.in: Remove crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 4, 2024
1 parent 5724da3 commit 2f36565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/python3/spkg-build.in
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi
echo "Testing importing of various modules..."
import_errors=false
# Trac #31160: We no longer check for readline here.
test_modules="ctypes math hashlib crypt socket zlib sqlite3 ssl"
test_modules="ctypes math hashlib socket zlib sqlite3 ssl"
if [ "$UNAME" = "Darwin" ]; then
test_modules="$test_modules _scproxy"
fi
Expand Down

0 comments on commit 2f36565

Please sign in to comment.