From 18c8292f98e587698f4db12a2c7cd79b96407200 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:39:26 -0700 Subject: [PATCH] fix(umu-launcher): update dependencies (#4422) (#4425) * build: drop python3-filelock * build: add python3-xxhash * build: add python3-cbor2 (cherry picked from commit c2184023382f1c3b3429c78c2d624f7464113700) Co-authored-by: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> --- anda/games/umu/umu-launcher.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/games/umu/umu-launcher.spec b/anda/games/umu/umu-launcher.spec index 244a5deaeb..0b16997b93 100644 --- a/anda/games/umu/umu-launcher.spec +++ b/anda/games/umu/umu-launcher.spec @@ -32,8 +32,9 @@ Requires: python Requires: python3 %if %{?fedora} <= 41 Requires: python3-xlib -Requires: python3-filelock Requires: python3-pyzstd +Requires: python3-xxhash +Requires: python3-cbor2 AutoReqProv: no %endif