From d2dea904d9d3b0f9c54132c071e095d25f1ac2fc Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Wed, 20 Jan 2021 13:28:35 +0100 Subject: [PATCH] Drop dead comment from py2/py3 --- mercurial.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/mercurial.spec b/mercurial.spec index bd35462..2deb5e8 100644 --- a/mercurial.spec +++ b/mercurial.spec @@ -84,8 +84,6 @@ make popd %install -# NOTE: this is nasty, but if we want to have parallel Py2/Py3 mercurial.. -# ignoring now stuff related to *_completion, extensions %{python3} setup.py install -O1 --root %{buildroot} --prefix %{_prefix} --record=%{name}.files make install-doc DESTDIR=%{buildroot} MANDIR=%{_mandir}