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"