pypi_formula_mappings: add wheel to pdm (#69273)

master
Dustin Rodrigues 2021-01-20 01:34:58 -05:00 committed by GitHub
parent e603bee172
commit a21b68a99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
"extra_packages": ["ipykernel"]
},
"molecule": false,
"pdm": {
"extra_packages": ["wheel"]
},
"salt": {
"extra_packages": ["M2Crypto", "pygit2"]
},