From f745a6d1d7c8d75029de8958793f3c2c9c4efc51 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 5 May 2012 20:51:37 +0300 Subject: [PATCH] Drop python-xlib and gnome-python2-gconf requires No longer used in the code. The gconftool-2 use was removed along with relocated pyatspi-corba support removal in commit 086edbb, and python-xlib use was removed in commit c9d1b6a. --- pyatspi.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyatspi.spec b/pyatspi.spec index 1589908..765c766 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -17,8 +17,6 @@ BuildRequires: python BuildRequires: pygobject3-devel >= 2.90.1 Requires: at-spi2-core -Requires: python-xlib -Requires: gnome-python2-gconf BuildArch: noarch @@ -39,7 +37,7 @@ This package includes a python client library for at-spi. %setup -q %build -%configure --disable-relocate +%configure make