[pyatspi] Add runtime deps on pygobject

Kalev Lember kalev at fedoraproject.org
Sat Feb 23 19:21:53 UTC 2013


commit 9b94185193610643c8395c47a5a5a74e4d0a0b1a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Feb 23 20:18:47 2013 +0100

    Add runtime deps on pygobject

 pyatspi.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pyatspi.spec b/pyatspi.spec
index b13b233..2d212b6 100644
--- a/pyatspi.spec
+++ b/pyatspi.spec
@@ -16,6 +16,7 @@ BuildRequires:  python3-devel
 BuildRequires:  pygobject3-devel >= 2.90.1
 
 Requires:       at-spi2-core
+Requires:       pygobject3
 
 BuildArch:      noarch
 
@@ -31,6 +32,7 @@ This package includes a python2 client library for at-spi.
 %package -n python3-pyatspi
 Summary:        Python3 bindings for at-spi
 Requires:       at-spi2-core
+Requires:       python3-gobject
 
 %description -n python3-pyatspi
 at-spi allows assistive technologies to access GTK-based


More information about the scm-commits mailing list