Description of problem: pykickstart.spec calls make in %prep, while that normally belongs to %build. Doing so causes rpmbuild -bp / make prep to fail if build dependencies are not installed. Unless there is a good reason to call make in %prep, please move it to build. Additional info: http://docs.fedoraproject.org/drafts/rpm-guide-en/ch08s02.html#id2966733