On Mon, Sep 21, 2020 at 02:52:34PM +0200, m...@fn.de wrote: > Anybody willing to OK? >
No, I'm actually against it. Most specifically, you're not supposed to look within packing-lists directly. If I were to change the way @depend are recorded, your script will miserably fail. You've got lots of tooling to look at dependencies in installed packages. Specifically read through OpenBSD::RequiredBy(3p) if you want to implement something like this, this is the kind of interface you have to start with. But I very much do want to preserve this abstraction layer.