aports/testing/quodlibet/fix-executable-conflict.patch
Saijin-Naib a6d2ab463e testing/quodlibet: upgrade to 4.7.1
Python 3.12 support, gtksourceview4, fixes and updates
2025-09-16 18:51:40 +00:00

15 lines
584 B
Diff

diff --unified --recursive --text --new-file quodlibet-4.7.1.orig/pyproject.toml quodlibet-4.7.1/pyproject.toml
--- quodlibet-4.7.1.orig/pyproject.toml 2025-06-15 10:41:47.745035984 +0200
+++ quodlibet-4.7.1/pyproject.toml 2025-06-15 10:41:53.274290564 +0200
@@ -36,10 +36,6 @@
repository = "https://github.com/quodlibet/quodlibet"
documentation = "https://quodlibet.readthedocs.io/"
-[project.scripts]
-# Convenience: `poetry run quodlibet` just runs the app (with no CLI args)
-quodlibet = "quodlibet.main:main"
-
[tool.poetry]
requires-poetry = '>=2.0'
package-mode = false