RPM needs GObjects as a build dep? (wild guess, I HAVE NO IDEA WHAT I'M DOING)

This commit is contained in:
Mathieu Comandon 2015-11-28 16:10:34 -08:00
parent 3697c0f6f2
commit c0c646e16a

View file

@ -13,21 +13,21 @@ BuildArch: noarch
%if 0%{?fedora_version}
BuildRequires: python-devel
BuildRequires: python-devel, pygobject3
Requires: pygobject3, PyYAML
%endif
%if 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: python-devel
BuildRequires: python-devel, pygobject3
Requires: pygobject3, PyYAML
%endif
%if 0%{?suse_version}
BuildRequires: python-devel
BuildRequires: python-devel, python-gobject
Requires: python-gobject, python-gtk, python-PyYAML