[Bug 429445] Review Request: waf - A Python-based build system

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 28 09:47:21 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: waf - A Python-based build system


https://bugzilla.redhat.com/show_bug.cgi?id=429445





------- Additional Comments From thomas.moschny at gmx.de  2008-01-28 04:47 EST -------
The problem is the SRPM build step *before* the actual build step. There, the 
environment seems to be rather lean, and doesn't have python. So, the 
Requires: tag is evaluated to "python-abi =", and rpm doesn't like there being 
an equals sign without a version number following.

So what about changing the Requires: tag to this:

Requires: python-abi %(%{__python} -c "import sys ; print 
\"=\",sys.version[:3]")'


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list