[caribou] Add few more missing python3 dependencies

Parag Nemade pnemade at fedoraproject.org
Fri Feb 20 16:01:58 UTC 2015


commit a5e04f9bcb25a987ddc360626899867c9ab9e10c
Author: Parag Nemade <pnemade at redhat.com>
Date:   Fri Feb 20 21:31:41 2015 +0530

    Add few more missing python3 dependencies

 caribou.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/caribou.spec b/caribou.spec
index 72c1b37..9e4accd 100644
--- a/caribou.spec
+++ b/caribou.spec
@@ -29,6 +29,7 @@ BuildRequires:  at-spi2-core-devel
 %if 0%{?with_python3}
 BuildRequires: python3-devel
 BuildRequires: python-tools
+BuildRequires: python3-gobject
 %endif # with_python3
 
 Requires:       python-%{name} = %{version}-%{release}
@@ -58,7 +59,7 @@ developing applications that use %{name}.
 %package     -n python-caribou
 Summary:        Keyboard UI for %{name}
 Requires:       pygobject3
-Requires:       pyatspi
+Requires:       python3-pyatspi
 Requires:       %{name} = %{version}-%{release}
 Obsoletes:      caribou < 0.4.1-3
 BuildArch:      noarch
@@ -120,6 +121,7 @@ make install DESTDIR=%{buildroot} INSTALL="install -p"
 make clean
 %configure --disable-static PYTHON=python3
 2to3 -w caribou
+2to3 -w tools
 make install DESTDIR=%{buildroot}
 %endif
 


More information about the scm-commits mailing list