diff options
Diffstat (limited to 'databases/py-psycopg-c/files/patch-setup.cfg')
-rw-r--r-- | databases/py-psycopg-c/files/patch-setup.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-psycopg-c/files/patch-setup.cfg b/databases/py-psycopg-c/files/patch-setup.cfg new file mode 100644 index 000000000000..8f2216c9cb38 --- /dev/null +++ b/databases/py-psycopg-c/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2021-11-10 15:24:01 UTC ++++ setup.cfg +@@ -33,7 +33,7 @@ license_file = LICENSE.txt + + [options] + python_requires = >= 3.6 +-setup_requires = Cython >= 3.0a5 ++setup_requires = Cython >= 0.29.24 + packages = find: + zip_safe = False + |