[Craft] [Bug 426724] Missing support for adding dependencies to a specific package version

Ralf Habacker bugzilla_noreply at kde.org
Wed Mar 27 18:25:46 GMT 2024


https://bugs.kde.org/show_bug.cgi?id=426724

--- Comment #6 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ingo Klöcker from comment #5)
> Setting
>   self.runtimeDependencies["extragear/libalkimia"]
> to anything other than None makes no sense. The only thing that's relevant
> is the keys of the dependencies dict. The values are ignored.

Thanks for the clarification. Since some blueprints use such a version

> :~/CraftRoot>find etc/blueprints/locations/ -name '*.py' | xargs grep -Hn runtimeDep | grep -v None
> etc/blueprints/locations/craft-blueprints-kde/libs/qt5/qtbase/qtbase.py:104:            self.runtimeDependencies["libs/openssl"] = "1.1"
> etc/blueprints/locations/craft-blueprints-kde/libs/qt5/qtconnectivity/qtconnectivity.py:27:            self.runtimeDependencies["libs/qt5/qtandroidextras"] = "default"
> etc/blueprints/locations/craft-blueprints-kde/extragear/digikam/digikam.py:56:            self.runtimeDependencies["libs/ffmpeg"] = "4.4"

I thought that should work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kde-windows mailing list