Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
idna: fix build due to missing setup.py.
Looks like PyPi tarball doesn't have setup.py, which jhbuild needs: 2024-02-06T16:42:10.5816920Z *** Building python3-idna *** [90/137] 2024-02-06T16:42:10.5822330Z python3 setup.py build --build-base /Users/runner/.cache/jhbuild/build/idna-3.6 2024-02-06T16:42:10.7839920Z python3: can't open file '/Users/runner/gtk/source/idna-3.6/setup.py': [Errno 2] No such file or directory 2024-02-06T16:42:10.8055060Z *** Error during phase build of python3-idna: ########## Error running python3 setup.py build --build-base /Users/runner/.cache/jhbuild/build/idna-3.6 *** [90/137] https://github.com/cpatulea/gtk-osx-build/actions/runs/7802110330/job/21278777736 Add it back using a patch. Xpra-org/xpra#4017 (comment)
- Loading branch information