From 5e6461c27f553ffb04bba98a757639e44a678570 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 24 Jun 2023 23:08:54 -0700 Subject: [PATCH] Add missing Python dependency --- setup/windows/build.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/windows/build.ps1 b/setup/windows/build.ps1 index 1b81400c..27a95da5 100644 --- a/setup/windows/build.ps1 +++ b/setup/windows/build.ps1 @@ -171,6 +171,7 @@ if ($MyInvocation.InvocationName -ne ".") { "docopt.whl", "idna.whl", "mariadb$Arch.whl", + "packaging.whl", "prompt_toolkit.whl", "psutil$Arch.whl", "python$Arch.zip",