Thread: importlib dependency?

importlib dependency?

From
Devrim Gündüz
Date:
Hi,

python-importlib is mentioned in requirements_py2.txt, but not
in requirements_py3.txt. Is that expected? Do we need importlib only in PY2?
(I'm tired of building the dependency hell...)

Thanks!

Regards,
--
Devrim GÜNDÜZ
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Attachment

Re: importlib dependency?

From
Dave Page
Date:
Hi

On Mon, Sep 12, 2016 at 2:50 PM, Devrim Gündüz <devrim@gunduz.org> 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 PY2?

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...)

:-(


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company