diff options
Diffstat (limited to 'databases/pg_activity/files/patch-pyproject.toml')
-rw-r--r-- | databases/pg_activity/files/patch-pyproject.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/pg_activity/files/patch-pyproject.toml b/databases/pg_activity/files/patch-pyproject.toml new file mode 100644 index 000000000000..6496527efe28 --- /dev/null +++ b/databases/pg_activity/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-06-03 13:35:03 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools >= 77.0.0"] ++requires = ["setuptools >= 63.1.0"] + build-backend = "setuptools.build_meta" + + [project] +@@ -7,7 +7,7 @@ readme = "README.md" + dynamic = ["version"] + description = "Command line tool for PostgreSQL server activity monitoring." + readme = "README.md" +-license = "PostgreSQL" ++license = { text = "PostgreSQL" } + requires-python = ">=3.9" + authors = [ + { name = "Julien Tachoires", email = "julmon@gmail.com" }, |