From a340b628e1ace709ba1c644fc814aba115231020 Mon Sep 17 00:00:00 2001 From: Chengyi Zhao Date: Thu, 10 Jan 2013 10:36:42 +0800 Subject: [PATCH] Fix bug: TIVI-460 ofono-test:missing dependence to python-xml and dbus-python --- packaging/ofono.changes | 3 +++ packaging/ofono.spec | 3 +++ 2 files changed, 6 insertions(+) diff --git a/packaging/ofono.changes b/packaging/ofono.changes index 123a791..eec8708 100644 --- a/packaging/ofono.changes +++ b/packaging/ofono.changes @@ -1,3 +1,6 @@ +* Thu Jan 10 2013 Chengyi Zhao +- Fix bug: TIVI-460 ofono-test:missing dependence to python-xml and dbus-python + * Tue Oct 30 2012 Wu Zheng - Upgrade ofono to 1.11 diff --git a/packaging/ofono.spec b/packaging/ofono.spec index a7aab25..cf8933c 100644 --- a/packaging/ofono.spec +++ b/packaging/ofono.spec @@ -34,6 +34,9 @@ Development headers and libraries for oFono Summary: Test Scripts for oFono Group: Development/Libraries Requires: %{name} = %{version} +Requires: dbus-python +Requires: pygobject +Requires: python-xml %description test Scripts for testing oFono and its functionality -- 2.7.4