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


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

Jason Tibbitts <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|StalledSubmitter            |

--- Comment #8 from Jason Tibbitts <[email protected]> 2010-12-13 13:49:49 EST 
---
I believe I already addressed the CFLAGS bit, didn't I?  You don't remove the
whole line, you just remove the setting of CFLAGS from the line (since it's
completely pointless as nothing is calling a C compiler).  Obviously if you
don't call python at all then the package doesn't build.

Maybe it's better if I just show what the %build section would look like:

%build
%{__python} -c 'import setuptools; execfile("setup.py")' build
sed -i -e "s/\#\!\/.*//g" DroboGUI.py

That builds fine for me.

-- 
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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to