Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
xml.dom is not in python2-libs on opensuse
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Dec 19, 2018
1 parent ac960b5 commit 74ce93a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/rhel/rhn-client-tools/rhn-client-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ BuildRequires: python2
Requires: gtk3
%if 0%{?suse_version}
Requires: python3-gobject
BuildRequires: python2-xml
%else
%if 0%{?mageia}
Requires: python3-gobject3
Expand Down Expand Up @@ -584,7 +585,9 @@ for i in \
done

%if 0%{?suse_version}
%if 0%{?build_py2}
%py_compile -O %{buildroot}/%{python2_sitelib}
%endif
%if 0%{?build_py3}
%py3_compile -O %{buildroot}/%{python3_sitelib}
%endif
Expand Down

0 comments on commit 74ce93a

Please sign in to comment.