Fix Python dependencies (again)

This commit is contained in:
2Shirt 2023-06-24 23:04:28 -07:00
parent 662f8c1254
commit 55ce4d8ded
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -156,18 +156,18 @@ if ($MyInvocation.InvocationName -ne ".") {
foreach ($Arch in @("32", "64")) {
Write-Host "Extracting: Python (x$Arch)"
$Files = @(
"Pygments",
"Pygments.whl",
"certifi.whl",
"chardet.whl",
"docopt.whl",
"idna.whl",
"prompt_toolkit",
"prompt_toolkit.whl",
"psutil$Arch.whl",
"python$Arch.zip",
"pytz.whl",
"requests.whl",
"urllib3.whl",
"wcwidth"
"wcwidth.whl"
)
try {
foreach ($File in $Files) {