Enlightenment CVS committal Author : barbieri Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-e_dbus Modified Files: setup.cfg setup.py Log Message: Add missing pkg-config check =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-e_dbus/setup.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- setup.cfg 28 Sep 2007 13:33:03 -0000 1.1 +++ setup.cfg 17 Feb 2008 12:35:53 -0000 1.2 @@ -2,7 +2,7 @@ optimize=1 [build_rpm] -requires=ecore >= 0.9.9.041, dbus-1 >= 0.62, edbus >= 0.1.0.003 -build_requires=ecore >= 0.9.9.041, dbus-1 >= 0.62, edbus >= 0.1.0.003 +requires=ecore >= 0.9.9.041, dbus-1 >= 0.62, edbus >= 0.1.0.003, dbus-python +build_requires=ecore >= 0.9.9.041, dbus-1 >= 0.62, edbus >= 0.1.0.003, dbus-python group=System Environment/Libraries release=1 =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-e_dbus/setup.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- setup.py 15 Feb 2008 21:06:25 -0000 1.5 +++ setup.py 17 Feb 2008 12:35:53 -0000 1.6 @@ -36,7 +36,8 @@ e_dbus_module = Extension("e_dbus", sources=["module.c",], - **pkgconfig('"edbus >= 0.1.0.042"')) + **pkgconfig('"edbus >= 0.1.0.042" ' + '"dbus-python"')) setup(name="python-e_dbus", ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs