Description of problem: When building the qpic src rpm (this is actually the source for qpidc & qpidd) the build process cannot find the python system tests. Version-Release number of selected component (if applicable): qpidc-0.2.656926-1.el5.src.rpm How reproducible: Completely Steps to Reproduce: 1. rpmbuild -v --recompile qpidc-0.2.656926-1.el5.src.rpm 2. 3. Actual results: Expected results: Additional info: It would make sense for there to be a BuildRequires on the python-qpid package (or whichever package actually contains the tests in the future). It would also make sense for the upstream build process to use configure to find python-qpid-tests which would make the c++ build more easily separable from the rest of the qpid src tree