Skip to content

Commit

Permalink
Merge pull request #153077 from woodruffw-forks/ww/pypi-mapping-python
Browse files Browse the repository at this point in the history
pypi_formula_mappings: extra_packages for python@X
  • Loading branch information
p-linnane committed Nov 1, 2023
2 parents eec48b7 + 1220e84 commit 8771ad1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,21 @@
"pyspelling": {
"exclude_packages": ["lxml", "markdown", "PyYAML", "six"]
},
"python@3.8": {
"extra_packages": ["setuptools", "pip", "wheel"]
},
"python@3.9": {
"extra_packages": ["flit-core", "setuptools", "pip", "wheel"]
},
"python@3.10": {
"extra_packages": ["flit-core", "setuptools", "pip", "wheel"]
},
"python@3.11": {
"extra_packages": ["flit-core", "setuptools", "pip", "wheel"]
},
"python@3.12": {
"extra_packages": ["flit-core", "setuptools", "pip", "wheel"]
},
"python-build": {
"exclude_packages": ["packaging", "pyproject-hooks"]
},
Expand Down

0 comments on commit 8771ad1

Please sign in to comment.