From: William Grzybowski <william@agencialivre.com.br>
Date: Thu, 18 Nov 2021 22:49:26 -0400
Subject: add_libpath: Add /usr/share/python3-postgresql to the py-postgresql
 libpath

Last-Update: 2010-08-04
---
 postgresql/sys.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postgresql/sys.py b/postgresql/sys.py
index 80abe1d..b42a61d 100644
--- a/postgresql/sys.py
+++ b/postgresql/sys.py
@@ -26,7 +26,7 @@ import traceback
 from .python.element import format_element
 from .python.string import indent
 
-libpath = []
+libpath = ['/usr/share/python3-postgresql/',]
 
 def default_errformat(val):
 	"""
