https://bugzilla.redhat.com/show_bug.cgi?id=863985 --- Comment #10 from Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> --- (In reply to comment #9) > 1.- If (in theoric case) you build the package with waf (fedora version), > not need python-devel as it is an explicit dependency, but in this case you > built with bundled waf and buildroot does not recognize the dependency. Do > the test in koji and you will understand what I say Ouch, I missed that one because Python was already installed in my mock chroot. Koji uses a clean mock chroot every time, which explains why it failed. Obviously, after cleaning my mock chroot, I get the same failure. Good catch! So the actual failure is: + ./waf configure --prefix=/usr /usr/bin/env: python: No such file or directory This is resolved by adding a BR on python, not python-devel. If I used the Fedora waf package, it would drag in python, not python-devel. As such, I really don't understand why you talk about python-devel. :-/ In any case, here is a new package with an added BR on python, which now builds properly: http://koji.fedoraproject.org/koji/taskinfo?taskID=4597589 Spec URL: http://bochecha.fedorapeople.org/packages/weighttp.spec SRPM URL: http://bochecha.fedorapeople.org/packages/weighttp-0.3-3.fc18.src.rpm -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review