Git commit 6a92fdf747990d2e074e92b2bdc224efc9b08740 by Ben Cooksley.
Committed on 10/11/2021 at 07:37.
Pushed by bcooksley into branch 'master'.

Strip out all packages relating to Python bindings support from our SUSE CI 
images.
The CMake target dependencies aren't sufficiently setup within the Frameworks 
for the Python bindings, which means our builds for those Frameworks with 
complicated bindings - like KConfig - are now highly deterministic.
This poses severe issues for our Dependency Builds causing them to fail quite 
often, making it very difficult to perform maintenance on the CI system.

CCMAIL: kde-frameworks-devel@kde.org

M  +0    -2    system-images/suse-qt515/Dockerfile

https://invent.kde.org/sysadmin/ci-tooling/commit/6a92fdf747990d2e074e92b2bdc224efc9b08740

diff --git a/system-images/suse-qt515/Dockerfile 
b/system-images/suse-qt515/Dockerfile
index 812adb0..02cb243 100755
--- a/system-images/suse-qt515/Dockerfile
+++ b/system-images/suse-qt515/Dockerfile
@@ -75,8 +75,6 @@ RUN zypper --non-interactive in --allow-vendor-change \
     aspell-devel \
     hunspell-devel \
     libvoikko-devel \
-    # Python bindings in Frameworks
-    python38-qt5-sip python38-qt5-devel python3-sip4 python38-qt5 
python38-sip4-devel python3-clang \
     # kio-extras and krdc
     libssh-devel \
     # plasma-pa

Reply via email to