Remove master dependency overrides from craft config

## Summary

Back before the KF6 release, I set the craft.ini file to explicitly require master versions of some dependencies which did not have appropriate versions available. (!631)

Now that those are released, we should remove those overrides (also because they break the build!)

## Test Plan

Tested the pipeline on a private branch: https://invent.kde.org/network/kdeconnect-kde/-/pipelines/621529

Given this is passing, I plan to check in this change without waiting for another pipeline run.


(cherry picked from commit 111762248b)

97920631 Remove `master` dependency overrides now that KF6 is released and those dependencies consume KF6.
This commit is contained in:
Simon Redman 2024-03-04 23:13:02 +00:00
parent 5a42e86372
commit cbb3fc3e24

View file

@ -3,6 +3,3 @@
[BlueprintSettings] [BlueprintSettings]
kde/applications/kdeconnect-kde.packageAppx = True kde/applications/kdeconnect-kde.packageAppx = True
# Need the tip of master to build with Qt6. Remove once the release vesion has Qt6 support.
kde/plasma/breeze.version=master
kde/unreleased/kirigami-addons.version=master