Add a missing with_python3 conditional

This commit is contained in:
Kalev Lember 2016-10-06 14:01:19 +02:00
parent acd45ef7ed
commit 92ba661b15

View File

@ -106,7 +106,9 @@ library.
%package devel
Summary: Development files for embedding PyGObject introspection support
Requires: python-gobject%{?_isa} = %{version}-%{release}
%if 0%{?with_python3}
Requires: python3-gobject%{?_isa} = %{version}-%{release}
%endif
Requires: gobject-introspection-devel%{?_isa}
%description devel