
9 Feb
2022
9 Feb
'22
12:32
Hello Tom,
Gesendet: Mittwoch, 09. Februar 2022 um 09:49 Uhr Von: "Tom Schraitle" <toms@suse.de> An: packaging@lists.opensuse.org Betreff: Re: dependencies of a package
I'm looking for a tool that lists all dependencies of a package.
Not sure if this is what you are searching for, but I did something similar some time ago. It's a Python script that calls rpm recursively and lists all dependencies:
https://gist.github.com/tomschr/23e3038d4678404072e75e4a12b81455
Probably it needs to be updated here and there. Hope it helps.
Thank you, that is already very helpful. Out of the box it worked and showed the 53 dependencies - but not the remaining 146 recommended packages. I will check if this can be adapted somehow.... Thanks Axel