[pyatspi] Drop python-xlib and gnome-python2-gconf requires

Kalev Lember kalev at fedoraproject.org
Sat May 5 17:55:32 UTC 2012


commit f745a6d1d7c8d75029de8958793f3c2c9c4efc51
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 5 20:51:37 2012 +0300

    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 files changed, 1 insertions(+), 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
 
 


More information about the scm-commits mailing list