Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=913296 --- Comment #1 from Clint Savage <herlo1@xxxxxxxxx> --- Attempting to run fedora-review against this package provides me with failures. I decided to run it in mock to see what errors I might find. To my surprise, I found the following: $ mock -vr fedora-18-x86_64 --rebuild /home/herlo/913296-salt-api/srpm/salt-api-0.7.5-1.fc18.src.rpm ..snip.. DEBUG: + /usr/bin/python setup.py install -O1 --root /builddir/build/BUILDROOT/salt-api-0.7.5-1.fc18.x86_64 DEBUG: /var/tmp/rpm-tmp.PPwIP4: line 35: /usr/bin/python: No such file or directory It looks like you have no BuildRequires or BRs. BRs are used when building an rpm, a Require (or R) is a dependency that will be installed when the package is installed (via yum or rpm). To that end, I would suggest at least the following BRs: salt (this package also BRs python, so you'll get python there) I'm checking to see if there are other deps, but this might be good enough for now. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4j5BUguso4&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review