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:
parent
5a42e86372
commit
cbb3fc3e24
1 changed files with 0 additions and 3 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue