File: 01-add_libpath.patch

package info (click to toggle)
py-postgresql 1.2.1%2Bgit20180803.ef7b9a9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,396 kB
  • sloc: python: 18,354; ansic: 2,024; sql: 282; sh: 26; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Abstract: Add /usr/share/python3-postgresql to the py-postgresql libpath
Author: William Grzybowski <william@agencialivre.com.br>
Last-Update: 2010-08-04
--- a/postgresql/sys.py
+++ b/postgresql/sys.py
@@ -26,7 +26,7 @@
 from .python.element import format_element
 from .python.string import indent
 
-libpath = []
+libpath = ['/usr/share/python3-postgresql/',]
 
 def default_errformat(val):
 	"""