pgAdmin 4 commit: Build a universal Python wheel instead of per-python-

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Build a universal Python wheel instead of per-python-
Date: 2017-02-26 10:01:26
Message-ID: E1chvdu-0006jU-Gk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Build a universal Python wheel instead of per-python-version ones. Fixes #2210

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=074f7a805e64998829b7d3ef94890f9c68743c03

Modified Files
--------------
pkg/pip/build.sh | 2 +-
pkg/pip/setup_pip.py | 12 +++++++++++-
requirements.txt | 3 +++
3 files changed, 15 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-26 10:50:54 pgAdmin 4 v1.3 release date
Previous Message Dave Page 2017-02-26 09:16:22 pgAdmin 4 commit: Remove unused imports.