Skip to content

Commit 7c62275

Browse files
author
Release Manager
committed
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
2 parents cfe8b08 + 32971da commit 7c62275

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ foreach package : no_processing
8686
endforeach
8787

8888
py.install_sources(
89-
config_file,
9089
'all.py',
9190
'all__sagemath_bliss.py',
9291
'all__sagemath_categories.py',

0 commit comments

Comments
 (0)