You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-38867: Fix duplicate install of config.py in meson build
The `configure_file` command creating this `config.py` file already has
`install: true` which makes it installed by default. Installing it again
here creates a duplicate entry in wheel packages, which breaks
installing them with some tools (eg. python-installer).
URL: #38867
Reported by: Antonio Rojas
Reviewer(s): Tobias Diez
0 commit comments