[ovs-dev] [PATCH] appveyor.yml: Install python "pypiwin32" module.

Alin Serdean aserdean at cloudbasesolutions.com
Wed Jan 4 09:56:23 UTC 2017


pypiwin32 is now required for the build.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 51bae11..3364594 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -33,7 +33,7 @@ init:
 
     cd C:\openvswitch
 
-    python -m pip install six --disable-pip-version-check
+    python -m pip install six pypiwin32 --disable-pip-version-check
 
 build_script:
 - '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd"'
-- 
2.10.2.windows.1


More information about the dev mailing list