Permalink
1 comment
on commit
sign in to comment.
Showing
with
9 additions
and 9 deletions.
| @@ -1,10 +1,10 @@ | ||
| --- setup.cfg.orig 2017-03-01 07:06:27.000000000 -0500 | ||
| +++ setup.cfg 2017-03-06 18:21:01.000000000 -0500 | ||
| --- setup.cfg.orig 2019-04-08 09:47:56.000000000 -0400 | ||
| +++ setup.cfg 2019-04-08 09:48:06.000000000 -0400 | ||
| @@ -1,6 +1,6 @@ | ||
| [build_ext] | ||
| define = | ||
| -pg_config = | ||
| +pg_config = @PG_CONFIG@ | ||
| use_pydatetime = 1 | ||
| mx_include_dir = | ||
| have_ssl = 0 | ||
| static_libpq = 0 |
This comment has been minimized.
8d946c0@nerdling this patch breaks compatibility with pgcli
https://github.com/dbcli/pgcli/blob/4af4e33e31dc800a8ebaed517e0a781fa3dbb437/setup.py#L19