From 3626389088e10a0272406ba407b046c52f2fd44c Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Jul 17 2019 23:03:18 +0000 Subject: Fix FTBFS due to easy_install switch to Python 3 --- diff --git a/python-wxpython4.spec b/python-wxpython4.spec index 2382954..fb12da3 100644 --- a/python-wxpython4.spec +++ b/python-wxpython4.spec @@ -15,7 +15,7 @@ specific code. Name: python-wxpython4 Version: 4.0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} # wxPython is licensed under the wxWidgets license. The only exception is # the pubsub code in wx/lib/pubsub which is BSD licensed. Note: wxPython @@ -181,7 +181,7 @@ popd %install mkdir -p %{buildroot}%{python2_sitearch} pushd %{py2_builddir} -easy_install -m -d %{buildroot}%{python2_sitearch} -Z dist/*.egg +easy_install-%python2_version -m -d %{buildroot}%{python2_sitearch} -Z dist/*.egg popd pushd %{py3_builddir} %{__python3} build.py install_py --destdir=%{buildroot} @@ -238,6 +238,9 @@ popd %changelog +* Wed Jul 17 2019 Scott Talbert - 4.0.6-3 +- Fix FTBFS due to easy_install switch to Python 3 + * Fri Jun 28 2019 Rex Dieter - 4.0.6-2 - >= sip-api