From ff57f867774a8b02509cfff3742a4bf85a7a0294 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:12:47 -0800 Subject: [PATCH] fix(umu-launcher): builddep python3-hatch-vcs (#3355) (#3371) Signed-off-by: madomado (cherry picked from commit 086b501e936a8fdac55105f8634c5a6df35bed22) Co-authored-by: madomado --- anda/games/umu/umu-launcher.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/anda/games/umu/umu-launcher.spec b/anda/games/umu/umu-launcher.spec index ced53eac99..7438168682 100644 --- a/anda/games/umu/umu-launcher.spec +++ b/anda/games/umu/umu-launcher.spec @@ -6,7 +6,6 @@ Summary: A tool for launching non-steam games with proton License: GPL-3.0-only URL: https://github.com/Open-Wine-Components/umu-launcher -BuildArch: noarch BuildRequires: anda-srpm-macros BuildRequires: meson >= 0.54.0 BuildRequires: ninja-build @@ -21,7 +20,13 @@ BuildRequires: python3-installer BuildRequires: python3-hatchling BuildRequires: python BuildRequires: python3 - +BuildRequires: python3-pip +BuildRequires: libzstd-devel +BuildRequires: python3-hatch-vcs +BuildRequires: python3-wheel +BuildRequires: python3-xlib +BuildRequires: python3-pyzstd +BuildRequires: cargo Requires: python Requires: python3 Requires: python3-xlib @@ -35,8 +40,8 @@ Requires: python3-filelock %git_clone %url %version %build -./configure.sh --prefix=%_prefix -%make_build +./configure.sh --prefix=%_prefix --use-system-pyzstd +%{make_build} %install %make_install PYTHONDIR=%python3_sitelib