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