Skip to content

Commit 953c44b

Browse files
petehayes102Jan Diederich
authored andcommitted
Remove deleted 'python' (v2) package
1 parent 79d974d commit 953c44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/android-ndk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ main() {
1111

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

0 commit comments

Comments
 (0)