Re: [PATCH] docker: Install libpq-dev to fix psycopg2-binary build

2019-05-05 Thread Daniel Axtens
Stephen Finucane writes: > On Fri, 2019-05-03 at 16:14 +1000, Daniel Axtens wrote: >> Andrew Donnellan writes: >> >> > On 1/5/19 2:35 pm, Russell Currey wrote: >> > > psycopg2-binary fails if pg_config isn't installed, which is provided by >> > > libpq-dev. >> > > >> > > This seems strange to

Re: [PATCH] docker: Install libpq-dev to fix psycopg2-binary build

2019-05-03 Thread Stephen Finucane
On Fri, 2019-05-03 at 16:14 +1000, Daniel Axtens wrote: > Andrew Donnellan writes: > > > On 1/5/19 2:35 pm, Russell Currey wrote: > > > psycopg2-binary fails if pg_config isn't installed, which is provided by > > > libpq-dev. > > > > > > This seems strange to me since psycopg2-binary suggests th

Re: [PATCH] docker: Install libpq-dev to fix psycopg2-binary build

2019-05-02 Thread Daniel Axtens
Andrew Donnellan writes: > On 1/5/19 2:35 pm, Russell Currey wrote: >> psycopg2-binary fails if pg_config isn't installed, which is provided by >> libpq-dev. >> >> This seems strange to me since psycopg2-binary suggests that >> you use psycopg2-binary instead (of itself) if you don't want to bui

Re: [PATCH] docker: Install libpq-dev to fix psycopg2-binary build

2019-05-01 Thread Russell Currey
On Wed, 2019-05-01 at 17:27 +1000, Andrew Donnellan wrote: > On 1/5/19 2:35 pm, Russell Currey wrote: > > psycopg2-binary fails if pg_config isn't installed, which is > > provided by > > libpq-dev. > > > > This seems strange to me since psycopg2-binary suggests that > > you use psycopg2-binary ins

Re: [PATCH] docker: Install libpq-dev to fix psycopg2-binary build

2019-05-01 Thread Andrew Donnellan
On 1/5/19 2:35 pm, Russell Currey wrote: psycopg2-binary fails if pg_config isn't installed, which is provided by libpq-dev. This seems strange to me since psycopg2-binary suggests that you use psycopg2-binary instead (of itself) if you don't want to build psycopg2 so you wouldn't need pg_config

[PATCH] docker: Install libpq-dev to fix psycopg2-binary build

2019-04-30 Thread Russell Currey
psycopg2-binary fails if pg_config isn't installed, which is provided by libpq-dev. This seems strange to me since psycopg2-binary suggests that you use psycopg2-binary instead (of itself) if you don't want to build psycopg2 so you wouldn't need pg_config, which is very confusing. It's possible t