[Bug 447366] Review Request: python-virtkey

bugzilla at redhat.com bugzilla at redhat.com
Wed May 21 12:55:02 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: python-virtkey


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





------- Additional Comments From mclasen at redhat.com  2008-05-21 08:55 EST -------
Suits me well for reviewing python packages, I guess...

Looking at setup.py, this is obviously not going to fly:

from distutils.core import setup, Extension
setup(name="virtkey",
      ext_modules=[Extension("virtkey",
               
["python-virtkey.c","ucs2keysym.c"],include_dirs=['/usr/include/gtk-2.0',
'/usr/include/glib-2.0', '/usr/lib/glib-2.0/include', '/usr/include/pango-1.0',
'/usr/lib/gtk-2.0/include', '/usr/include/cairo'],
                libraries=["X11","Xtst","glib-2.0","gdk-x11-2.0"]
                )],
        version="0.01"
      )

I lack the python build foo to say how this would be done correctly. 
It just happens to work in mock on i386...

-- 
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