Re: [OE-core] [PATCH 0/3] distutils3: add egg files to path

2017-01-17 Thread Burton, Ross
On 17 January 2017 at 15:42, Jose Lamego wrote: > Packages that use egg files or directories for installation may > not be found when imported at the python3 interpreter. > egg files/directories path must be included in a pth file to > be appropriately included in

[OE-core] [PATCH 0/3] distutils3: add egg files to path

2017-01-17 Thread Jose Lamego
Packages that use egg files or directories for installation may not be found when imported at the python3 interpreter. egg files/directories path must be included in a pth file to be appropriately included in python path. These changes handle the egg files from the distutils3 class to avoid the