Re: depcheck

Paul Nasrat <[email protected]> Mon, 14 Feb 2005 13:18:03 -0500
Newsgroups gmane.linux.redhat.rpm.python
Organization Red Hat, Inc.
Message-ID <[email protected]>
On Mon, 2005-02-14 at 19:42 +0200, Basem Narmok wrote:
> Hi all,
> 
> I need to check dependences recursevly - without using Yum! - just a 
> small script that takes some rpm packages and returns a list of all 
> needed packages.

You can use yum as a library too ;)

What are you using as the data to work out dependencies - an rpmdb, a
repo of some sort? 

> I think depcheck attribute isn't supported any more?
> I use FC3 updated, where can I find some examples about rpm python binding.

Start here:

http://people.redhat.com/pnasrat/rpm-python/rpm-python-
slides/frames.html

Paul