[Sugar-devel] [PATCH sugar-jhbuild v2] use systemwide telepathy-python on fedora

German Ruiz germanrs at opensuse.org.ni
Wed Nov 9 10:55:23 EST 2011


From: German Ruiz <gars1029 at gmail.com>

when i was compiling sugar-jhbuild on fedora 16, autotools wants to install
errors.py twice while installing telepathy-python:
https://bugs.freedesktop.org/show_bug.cgi?id=32526, the fix was to use
telepathy-python package included in fedora, which is uptodate.
---
 config/sysdeps/50fedora-rawhide.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

v2: actually the package name on fedora is python-telepathy

diff --git a/config/sysdeps/50fedora-rawhide.xml b/config/sysdeps/50fedora-rawhide.xml
index 241af55..b58b029 100644
--- a/config/sysdeps/50fedora-rawhide.xml
+++ b/config/sysdeps/50fedora-rawhide.xml
@@ -4,4 +4,5 @@
   <package name="pylint" source="pylint"/>
   <package name="python-xklavier" source="python-xklavier"/>
   <package name="telepathy-gabble" source="telepathy-gabble"/>
+  <package name="python-telepathy" source="telepathy-python"/>
 </dependencies>
-- 
1.7.7



More information about the Sugar-devel mailing list