community/git-annex: remove dependency on openssh-client
I was testing the newly added package git-annex. As I use dropbear as ssh client (dropbear-ssh), I was unable to install the package via apk because of conflicting dependencies.
ERROR: unable to select packages: openssh-client-default-8.8_p1-r1: breaks: dropbear-ssh-2020.81-r0[!openssh-client] satisfies: git-annex-10.20220322-r0[openssh-client]
I don't think depending on openssh-client is required for git annex to work and is therefore an optional dependency (hint: the git package doesn't depend on openssh-client).
If the dependency should be kept, is there a way to work araound this issue? (Maintaining my own APKBUILD would be ok for me)