fix(umu-launcher): update dependencies (#4422) (#4425)

* build: drop python3-filelock

* build: add python3-xxhash

* build: add python3-cbor2

(cherry picked from commit c218402338)

Co-authored-by: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-04-24 22:39:26 -07:00
committed by GitHub
parent 69cb7622fd
commit 18c8292f98
+2 -1
View File
@@ -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