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

Ingo Klöcker bugzilla_noreply at kde.org
Wed Mar 27 16:04:28 GMT 2024


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

Ingo Klöcker <kloecker at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kloecker at kde.org

--- Comment #5 from Ingo Klöcker <kloecker at kde.org> ---
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.

In KDE's GitLab you can request a specific version by setting this version in
the .craft.ini file, e.g. add the following to the .craft.ini file in
KMyMoney's master branch to request the master version of libalkimia:

```
[BlueprintSettings]
extragear/libalkimia.version=master
```

When you run craft manually you can achieve the same with the command line
option `--options extragear/libalkimia.version=master`.

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


More information about the Kde-windows mailing list