From 8ec70d9d32555b2a58869086618a0fa74dcaf3e2 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 7 Mar 2023 16:25:47 +0900 Subject: [PATCH] Add requires rust-concurrent-queue --- packaging/rust-async-channel.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/rust-async-channel.spec b/packaging/rust-async-channel.spec index 740a08c..30bffb4 100644 --- a/packaging/rust-async-channel.spec +++ b/packaging/rust-async-channel.spec @@ -26,6 +26,8 @@ BuildRequires: rust-concurrent-queue BuildRequires: rust-event-listener BuildRequires: rust-futures-core +Requires: rust-concurrent-queue + # ========================================================== # dev-dependencies # ========================================================== -- 2.34.1