From 9b94185193610643c8395c47a5a5a74e4d0a0b1a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 23 Feb 2013 20:18:47 +0100 Subject: [PATCH] Add runtime deps on pygobject --- pyatspi.spec | 2 ++ 1 file changed, 2 insertions(+) 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