Open rasa opened 6 years ago
Could this be inferred by the bin?
That wouldn’t work for packages we haven’t seen yet, right?
This would resolve quite a few inconsistencies. Some manifests suggest either ffmpeg
or ffmpeg-nightly
, some only suggest ffmpeg
, while others just depend on ffmpeg
or ffmpeg-nightly
.
Very related to #3769
Just another example. I get this even though I already have sudo
within psutils
package:
Missing runtime dependencies:
'FiraCode-NF' requires 'sudo'
From @rrelmy in #1198:
A manifest should be able to define what it provides.
Currently there are following packages
git
,openssh
,git-with-openssh
Thegit-lfs
depends ongit
,git
will be installed even ifgit-with-openssh
is already installed.It would be great if the
git-with-openssh
manifest could define what it contains."provides": ["git", "openssh"],
Nice to have, low priority. ;-)
I have both ffmpeg-nightly and imagemagick installed, but
scoop list
reports:If we added:
to ffmpeg-nightly that would solve this issue.
Thoughts?