From 1cfc9c765aa6aa4a641ecf8571c1ea5788c0052b Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 24 May 2026 17:18:23 -0500 Subject: [PATCH] chore (upiano): requires fluidsynth (#12577) (#12578) * chore (upiano): requiress fluidsynth * rel --------- (cherry picked from commit 0ce5d07a43640af9dbf77f182aa6d34e00029109) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/upiano/upiano.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/langs/python/upiano/upiano.spec b/anda/langs/python/upiano/upiano.spec index 49843c19be..403ae7f2a1 100644 --- a/anda/langs/python/upiano/upiano.spec +++ b/anda/langs/python/upiano/upiano.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.1.2 -Release: 2%?dist +Release: 3%?dist Summary: Terminal Piano App License: MIT URL: https://github.com/eliasdorneles/upiano @@ -17,6 +17,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-poetry-core +Requires: fluidsynth + Packager: Owen Zimmerman %description