pgAdmin 4 commit: Only avoid pre-built binaries for psycopg2 when build

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Only avoid pre-built binaries for psycopg2 when build
Date: 2018-04-10 08:29:42
Message-ID: E1f5oes-0006pu-Dl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Only avoid pre-built binaries for psycopg2 when building the Mac package, as some others (e.g. pbr) don't like being forced to source builds at the moment.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=97cf58fdc8c524ed4c85bb27ba82c54a9f46ae49

Modified Files
--------------
pkg/mac/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-04-10 10:10:04 pgAdmin 4 commit: Ensure the query tool will open properly under MS Edg
Previous Message Dave Page 2018-04-10 08:28:02 pgAdmin 4 commit: Don't use pycryptodome at the moment, as it doesn't p