Skip to content

Commit

Permalink
Remove deleted 'python' (v2) package
Browse files Browse the repository at this point in the history
  • Loading branch information
petehayes102 committed Dec 1, 2024
1 parent 240039a commit 09b7b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/android-ndk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ main() {

# python3 is still needed for newer NDK versions, just since it
# simplifies making symlinks even though the toolchain is prebuilt
install_packages curl python python3
install_packages curl python3
get_ndk_info
if [[ "${NDK_VERSION}" -le 9 ]]; then
install_packages bzip2
Expand Down

0 comments on commit 09b7b86

Please sign in to comment.