diff options
-rw-r--r-- | community/rust/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index b3424810d0..47b87c84a6 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -155,7 +155,7 @@ gdb() { lldb() { pkgdesc="LLDB pretty printers for Rust" - depends="$pkgname lldb py-lldb" + depends="$pkgname lldb py2-lldb" mkdir -p "$subpkgdir" cd "$subpkgdir" |