Change mercurial-hgk to use py3

This commit is contained in:
Mads Kiilerich 2020-12-08 16:01:20 +01:00
parent 119347b4cd
commit 0e4f1e5d22

View File

@ -89,8 +89,7 @@ when dependent packages are prepared to use Python 3 by default.
Summary: Hgk interface for mercurial Summary: Hgk interface for mercurial
Requires: hg = %{version}-%{release}, tk Requires: hg = %{version}-%{release}, tk
# Currently, only installs to python2_sitearch, TODO fix Requires: hg3 = %{version}-%{release}, tk
Requires: hg2 = %{version}-%{release}, tk
%description hgk %description hgk
A Mercurial extension for displaying the change history graphically A Mercurial extension for displaying the change history graphically
@ -319,7 +318,7 @@ fi
%config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/certs.rc %config(noreplace) %{_sysconfdir}/mercurial/hgrc.d/certs.rc
%files hgk -f %{name}2-hgk.files %files hgk -f %{name}3-hgk.files
%{_libexecdir}/mercurial/ %{_libexecdir}/mercurial/
%{_sysconfdir}/mercurial/hgrc.d/hgk.rc %{_sysconfdir}/mercurial/hgrc.d/hgk.rc