alan@xxxxxxxxxxxxx (Alan Milligan) writes: > Do any python bindings exist for rpmbuild?? > > Specifically, I'd like to be able to detect broken build dependencies and > recursively build and install these as part of an automated python/Makefile > script. Sorry; no python bindings. But getdeps.c from [1] shows a way to do this in a native C way and with formatted output. Perhaps a simple python module can be generated out of this. Enrico Footnotes: [1] http://www-user.tu-chemnitz.de/~ensc/fedora.us-build/files/fedora.us-build-0.9.14-0.src.rpm