Re: [yocto] Python pip

2015-11-10 Thread Alejandro Hernandez
I am sending a patch to upgrade Python3 to 3.5, and I will include the pip3 change in it, currently pip3 is installed as pip, pip3 and pip3.5, so its just a matter of removing 'pip', to leave it available for pip2 and make it default when python2-pip is installed, it seems to be working correct

Re: [yocto] Python pip

2015-11-09 Thread Gary Thomas
On 2015-11-09 09:11, Alejandro Hernandez wrote: On 05/11/15 08:25, Gary Thomas wrote: On 2015-11-05 07:14, Paul Eggleton wrote: Hi Gary, On Thursday 05 November 2015 05:39:21 Gary Thomas wrote: Just curious, does anyone know why OE-core has python3-pip but python-pip is relegated to meta-oe

Re: [yocto] Python pip

2015-11-09 Thread Alejandro Hernandez
On 09/11/15 10:17, Paul Eggleton wrote: On Monday 09 November 2015 10:11:30 Alejandro Hernandez wrote: On 05/11/15 08:25, Gary Thomas wrote: On 2015-11-05 07:14, Paul Eggleton wrote: Hi Gary, On Thursday 05 November 2015 05:39:21 Gary Thomas wrote: Just curious, does anyone know why OE-cor

Re: [yocto] Python pip

2015-11-09 Thread Paul Eggleton
On Monday 09 November 2015 10:11:30 Alejandro Hernandez wrote: > On 05/11/15 08:25, Gary Thomas wrote: > > On 2015-11-05 07:14, Paul Eggleton wrote: > >> Hi Gary, > >> > >> On Thursday 05 November 2015 05:39:21 Gary Thomas wrote: > >>> Just curious, does anyone know why OE-core has python3-pip > >

Re: [yocto] Python pip

2015-11-09 Thread Alejandro Hernandez
On 05/11/15 08:25, Gary Thomas wrote: On 2015-11-05 07:14, Paul Eggleton wrote: Hi Gary, On Thursday 05 November 2015 05:39:21 Gary Thomas wrote: Just curious, does anyone know why OE-core has python3-pip but python-pip is relegated to meta-oe? I think it has to do with pip being supplied

Re: [yocto] Python pip

2015-11-05 Thread Gary Thomas
On 2015-11-05 07:14, Paul Eggleton wrote: Hi Gary, On Thursday 05 November 2015 05:39:21 Gary Thomas wrote: Just curious, does anyone know why OE-core has python3-pip but python-pip is relegated to meta-oe? I think it has to do with pip being supplied as part of the standard python 3 distribu

Re: [yocto] Python pip

2015-11-05 Thread Paul Eggleton
Hi Gary, On Thursday 05 November 2015 05:39:21 Gary Thomas wrote: > Just curious, does anyone know why OE-core has python3-pip > but python-pip is relegated to meta-oe? I think it has to do with pip being supplied as part of the standard python 3 distribution from 3.4 onwards. I think for simpli