From c34ccf6a5e1b18320679b85da4c70362201c97ea Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 17 Mar 2017 13:29:07 -0700 Subject: [PATCH] rust-lldb requires python-lldb --- rust.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rust.spec b/rust.spec index a14ba78..1d23353 100644 --- a/rust.spec +++ b/rust.spec @@ -212,6 +212,7 @@ BuildArch: noarch # LLDB is only available on some architectures ExclusiveArch: %{arm} aarch64 %{ix86} x86_64 Requires: lldb +Requires: python-lldb %description lldb This package includes the rust-lldb script, which allows easier debugging of Rust