X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostgresql.git;a=blobdiff_plain;f=postgresql-python3.patch;fp=postgresql-python3.patch;h=0000000000000000000000000000000000000000;hp=1bb24e47e0523705f312ba2ac085526e20079308;hb=193d75f41ea3d2970978c911b760133c4518f030;hpb=5c4f9ef1e909fb7a86fc6a3e1da2e487ed04d484 diff --git a/postgresql-python3.patch b/postgresql-python3.patch deleted file mode 100644 index 1bb24e4..0000000 --- a/postgresql-python3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- postgresql-14.3/config/python.m4 2022-05-09 23:14:45.000000000 +0200 -+++ postgresql-14.3/config/python.m4 2022-05-28 17:13:50.058076647 +0200 -@@ -16,7 +16,7 @@ - # "python2" and "python3", in which case it's reasonable to prefer the - # newer version. - AC_DEFUN([PGAC_PATH_PYTHON], --[PGAC_PATH_PROGS(PYTHON, [python python3 python2]) -+[PGAC_PATH_PROGS(PYTHON, [python3 python2 python]) - AC_ARG_VAR(PYTHON, [Python program])dnl - if test x"$PYTHON" = x""; then - AC_MSG_ERROR([Python not found])