python-psycopg3/python-psycopg3-3.0.16-toml.patch
Ondřej Sloup a932804c79 Rebase to the latest upstream version
Create patch files instead of sed
Fix release numbering
2022-08-04 10:30:16 +02:00

9 lines
454 B
Diff

diff -ur 3.0.16_original/psycopg-3.0.16/psycopg/pyproject.toml 3.0.16/psycopg-3.0.16/psycopg/pyproject.toml
--- 3.0.16_original/psycopg-3.0.16/psycopg/pyproject.toml 2022-07-28 13:20:04.000000000 +0200
+++ 3.0.16/psycopg-3.0.16/psycopg/pyproject.toml 2022-08-04 09:56:33.390970426 +0200
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools>=49.2.0", "wheel>=0.37"]
+requires = ["setuptools>=49.2.0", "wheel"]
build-backend = "setuptools.build_meta"