Relax version dependency on psycopg2

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Relax version dependency on psycopg2
Date: 2017-05-09 11:28:17
Message-ID: CABUevEwBHYr5AaUw4tjC-_HfffLLD5yEp1RT3gTTz7PQRBP-Hg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Right now psycopg2 is required to be exactly version 2.6.2, which makes it
mostly impossible to install pgadmin4 without having the postgresql C
development packages installed (since you need to rebuild psycopg2 from
source to make that work, given that few platforms ship *exactly* that
version).

I suggest just saying "2.6 or greater", which should make it work on many
more platforms.

AFAIK there aren't any other packages with similar compile requirements, so
the rest seem OK.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

Attachment Content-Type Size
psycopg2_version.patch text/x-patch 321 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2017-05-09 11:30:45 Build failed in Jenkins: pgadmin4-master-python27 #106
Previous Message pgAdmin 4 Jenkins 2017-05-09 11:26:04 Build failed in Jenkins: pgadmin4-master-python33 #99