[Bug 233695] Review Request: Pyclutter - Python modules that allow you to use the Clutter toolkit

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 29 03:52:07 UTC 2007


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: Pyclutter - Python modules that allow you to use the Clutter toolkit


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





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-03-28 23:52 EST -------
Well,

For -devel package:

-------------------------------------------------------------
     7
     8  #include <glib.h> <- glib2-devel <- clutter-devel requires this
     9  
    10  #define NO_IMPORT_PYGOBJECT
    11  #include <pygobject.h> <- pygobject2-devel
    12  #include <Python.h> <- python-devel 
    13  #include <clutter/clutter.h> <- clutter-devel
    14  #include <clutter/clutter-feature.h> <- clutter-devel
    15  
------------------------------------------------------------

So Requires for -devel package should be:
------------------------------------------------------------
Requires:       %{name} = %{version}-%{release}
Requires:       clutter-devel
Requires:       python-devel
Requires:       pygobject2-devel
------------------------------------------------------------

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list