Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjRqw-0000If-C7 for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Sep 2016 14:04:54 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bjRqv-00081l-V3 for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Sep 2016 14:04:53 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bjRqu-0007wa-QR for pgadmin-hackers@postgresql.org; Mon, 12 Sep 2016 14:04:52 +0000 Received: from mail-oi0-x235.google.com ([2607:f8b0:4003:c06::235]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bjRqp-0004TK-I1 for pgadmin-hackers@postgresql.org; Mon, 12 Sep 2016 14:04:52 +0000 Received: by mail-oi0-x235.google.com with SMTP id m11so314468204oif.1 for ; Mon, 12 Sep 2016 07:04:46 -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:content-transfer-encoding; bh=QPProQ3fu5XS5gj2aBmaAd7ICK9/nosysYzgDKCjqlw=; b=m6GGfqK5aLLyZX7NYOIg6C5YQkpIZkGWG1dVdGWBoW5V0vv6rO6twr6wQ56PcSTJlM 0VSV2XI/ZgXphgkHb+KOgIag8QlWcmJgsoimkxI0Nzeh9ZEAfHcWT4uVmpYuTWcJOt22 olL79LgyxFSX5l/f3RLOQEU68pTARGJRNb1ferWvpRPbcbcYG55RelEk3SkYFFSeKD7A /5CEb/TxPQm6deLWtWVG47FOoLrwhZsF2JxIeZhNjRUULBU+A2uNgYwYwto8qABQLT3L NYRoJSAZ4Tv5Z7oS3TPeykZQWAEJgvFhkFJv/f4auKgiUsiaOpLxpJd0AnQd4xGw0eY2 lUfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=QPProQ3fu5XS5gj2aBmaAd7ICK9/nosysYzgDKCjqlw=; b=ip0/MXFfoXvrZ5fkAGKHSwDZd/d6Kh1GFUO+MOH92heTfFjTIMVFUWjB6JdHEo1ety yXgQE2dwbFCmtDXge/w2G7h5sf5tpUQx9tqR+T4SeQowHQU1aS+Zjpco9NTb3/sAu6ie QwiLiaVsihE893eM1wVcsOfh5VdnL1Fu6rtPKr4nDmFY4PIEnBr1vOFvTDaDelVsJqDH bOQb/dQRcv1niAZzwfzEbB/iH1doYYT75qgltNEELjd4XaFd1y6HH8dc04AR3mqJ+a4v bJuScgxdJ1+P54BCE0HPY1NU5mYLrwYYhcPpfAAanVTuIMu30Jdnn19SwM5IgJOfziLy vp6Q== X-Gm-Message-State: AE9vXwNwMUdg1QdqvKUkW3L+TbGMpxoO8y6c7TFzLH/sknhm5Az77dCncK7hWWeabfEXCt2t1EMqgykPMyx/eQ== X-Received: by 10.202.216.8 with SMTP id p8mr26329336oig.140.1473689084935; Mon, 12 Sep 2016 07:04:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Mon, 12 Sep 2016 07:04:44 -0700 (PDT) In-Reply-To: <1473688244.11214.25.camel@gunduz.org> References: <1473688244.11214.25.camel@gunduz.org> From: Dave Page Date: Mon, 12 Sep 2016 15:04:44 +0100 Message-ID: Subject: Re: importlib dependency? To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 Hi On Mon, Sep 12, 2016 at 2:50 PM, Devrim G=C3=BCnd=C3=BCz wrote: > > Hi, > > python-importlib is mentioned in requirements_py2.txt, but not > in requirements_py3.txt. Is that expected? Do we need importlib only in P= Y2? Yes. The functionality is built into Python 3 (and I think 2.7 as well, but not earlier). > (I'm tired of building the dependency hell...) :-( --=20 Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --=20 Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers