From f37ebe8bb16d4bfedc53df31690856d66b7dccb6 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 24 May 2026 16:55:08 -0500 Subject: [PATCH] fix: pyfluidsynth (#12571) (#12573) --- anda/langs/python/pyfluidsynth/pyfluidsynth.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/langs/python/pyfluidsynth/pyfluidsynth.spec b/anda/langs/python/pyfluidsynth/pyfluidsynth.spec index 501a01505f..a056b3fbcc 100644 --- a/anda/langs/python/pyfluidsynth/pyfluidsynth.spec +++ b/anda/langs/python/pyfluidsynth/pyfluidsynth.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.3.4 -Release: 2%?dist +Release: 3%?dist Summary: Python bindings for FluidSynth License: LGPL-2.1 URL: https://github.com/nwhitehead/pyfluidsynth @@ -40,6 +40,7 @@ Summary: %{summary} %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md %license LICENSE +%{python3_sitelib}/fluidsynth.py %changelog * Sat Jan 24 2026 Owen Zimmerman