[meld/windows-ci-fix-3-20: 2/2] CI: Add an explicit setuptools requirement




commit d51f5a675da6dbe740bdd84b3f7f816f48257e16
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Feb 13 14:29:15 2021 +1000

    CI: Add an explicit setuptools requirement
    
    This should really be being pulled in by cx_Freeze, but for some reason
    it isn't.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b83a114..ab9fffe6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,7 @@ linux-build:
       mingw-w64-${env:MSYS2_ARCH}-python3-cx_Freeze
       mingw-w64-${env:MSYS2_ARCH}-python3-gobject
       mingw-w64-${env:MSYS2_ARCH}-python3-pytest
+      mingw-w64-${env:MSYS2_ARCH}-python3-setuptools
       mingw-w64-${env:MSYS2_ARCH}-gtksourceview3
       mingw-w64-${env:MSYS2_ARCH}-gsettings-desktop-schemas
       glib2-devel


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]