Files
ports/sysutils/podman-compose/files/patch-pyproject.toml
T
Getz Mikalsen 6d9913e83e sysutils/podman-compose: update to v1.5.0
This also patches pyproject.toml to avoid build failure.

Changelog: https://github.com/containers/podman-compose/releases/tag/v1.5.0

PR:		290824
2025-11-12 14:53:37 +01:00

12 lines
252 B
TOML

--- pyproject.toml.orig 2025-09-27 13:07:52 UTC
+++ pyproject.toml
@@ -30,7 +30,7 @@ keywords = [
"podman",
"podman-compose",
]
-license = "GPL-2.0-only"
+license = { text = "GPL-2.0-only" }
dynamic = ["version", "readme"]
[project.urls]