Re: [PATCH 00/19] Python PEP-517: build wheels and installw with pip
On Sun, Feb 20, 2022 at 5:27 PM Tim Orling via lists.openembedded.org <ticotimo=gmail.com@...> wrote: Upstream Python is moving to pyproject.toml rather than setup.py and I pushed a few more fixes to the same branch. Several recipes are failing in package qa because somehow the hash bang of e.g. #!/usr/bin/env python3 is being expanded to the full path to nativepython3 and this ends up being too long (ignore the fact that it is completely wrong): "maximum shebang size exceeded, the maximum size is 128. [shebang-size]" The installed files do not have the path to nativepython3 in them, they have the exepected #!/usr/bin/env python3 or similar. Tim Orling (19): |
|