Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d83Nq-00018D-AT for pgadmin-hackers@arkaria.postgresql.org; Tue, 09 May 2017 11:32:50 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d83Np-0000R5-TU for pgadmin-hackers@arkaria.postgresql.org; Tue, 09 May 2017 11:32:49 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d83Nb-00088W-00 for pgadmin-hackers@postgresql.org; Tue, 09 May 2017 11:32:35 +0000 Received: from mail-io0-x230.google.com ([2607:f8b0:4001:c06::230]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1d83NY-0002ll-8P for pgadmin-hackers@postgresql.org; Tue, 09 May 2017 11:32:33 +0000 Received: by mail-io0-x230.google.com with SMTP id f102so67365044ioi.2 for ; Tue, 09 May 2017 04:32:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=3GvKZMweeNlRB3rVrlf19BN64NKKjQ07+y9AghBIWbg=; b=Ap/andZBOZciYsglqaeFk1VeRvNlB18DfwFvp+2k8yPIvyZT6AlHQFi5UVnWHjalPy cXj9Jy9JKkvfVRXil3kLnE1bbvuvnK7isz4Z3Q3FQth2MAUbzEL6kV955SGkLfsPItLA ISwyQJscLqLtbgZWPdUkZvrAcqefi+goSs7y63vJOynh+hmB/1/0WSyNbi97Luku7+Fh gp2wump12JI7DBFnNRjh9FB3hTLobvHEBAuqVPzyCv8MTwsetSANqkxuNuRChkzmtW2M vr84qk+QJDgaQONFWGpblnupmgWF2vsbKE//11tVHStJ3dKhirQsPMxkj3W1j8uMv/M4 fAJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=3GvKZMweeNlRB3rVrlf19BN64NKKjQ07+y9AghBIWbg=; b=OzylkCXG/VUWEt/64DwUMbDgItTRjKFUBr3row0XW17ItZ5Zk/iQHHBh8e/c8RFId+ 8wOWnwPpNf7ec6j5J7LBLkrSHBw9Jzo1lJRt/BmCg6mKj+VrEQfEwK6r9U+qxahrqlWH 4oXAbRE8FCvy4uLbJvEojcnxuWHCjYZqtSZ5XF61hdlA4LfYmFbbaidRxeCu8MSXlDR/ bRC6WeR/ocVCENQj/SpCTCJjsUU8vi5Vk5WJrytSwhv1kvkcQ+f8pliNtt7s2YbfTIr6 J02+oXKU8Ed8hdarYoA0E8HcFOI7QOgusm/ys6cOYxH6Cwy5+eKvaLBH/vwIWaotnUtF HNsA== X-Gm-Message-State: AODbwcDWKDZG1vMrVKC8jPcaVbx3WExfKOTWx4YaxG0pftWb8zitPGAT ARqIveicpHF9K1oiXl5mnQ8/ncEfx+JA X-Received: by 10.107.51.14 with SMTP id z14mr7832480ioz.84.1494329551607; Tue, 09 May 2017 04:32:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.174.167 with HTTP; Tue, 9 May 2017 04:32:30 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 9 May 2017 12:32:30 +0100 Message-ID: Subject: Re: Relax version dependency on psycopg2 To: Magnus Hagander Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a113a8bc819f24c054f15b619 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a113a8bc819f24c054f15b619 Content-Type: text/plain; charset=UTF-8 Thanks, patch applied. On Tue, May 9, 2017 at 12:28 PM, Magnus Hagander wrote: > 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/ > Work: https://www.redpill-linpro.com/ > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a113a8bc819f24c054f15b619 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.
On Tue, May 9, 2017 at 12:28 PM, Magnus Hagande= r <magnus@hagander.net> wrote:
Right now psycopg2 is required to be exactly versio= n 2.6.2, which makes it mostly impossible to install pgadmin4 without havin= g the postgresql C development packages installed (since you need to rebuil= d psycopg2 from source to make that work, given that few platforms ship *ex= actly* 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 require= ments, so the rest seem OK.<= br clear=3D"all">

--
= =C2=A0Magnus Hagander
=C2=A0Me: https://www.hagander.net/
=C2=A0Work: https://www.redpill-linpro.com/


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-ha= ckers




--
--001a113a8bc819f24c054f15b619--