py2deb icon indicating copy to clipboard operation
py2deb copied to clipboard

packages with pth-files can't be build

Open woodfighter opened this issue 6 years ago • 0 comments

When trying to build coloredlogs, I encountered the error

Expected to find a single 'dist-packages' directory inside converted package!

when building with --install-prefix=/usr/local. The second dist-package py2deb encounters contains the pth-file of coloredlogs and AFAIK it's correct that it should point to a different directory (here /usr/local/lib/python3/dist-packages/ instead of /usr/local/lib/python3.5/dist-packages/coloredlogs).

woodfighter avatar Oct 30 '19 18:10 woodfighter