commit a8f74a193b3143a81f37365fa6f052a3bdaf1492
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jan 20 22:09:27 2018 +0000
Fix build in rawhide
mythtv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 0d94f9c..d2ffe3a 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -1262,8 +1262,8 @@ exit 0
%if %{with python}
%files -n python-MythTV
%{_bindir}/mythpython
-%{python_sitelib}/MythTV/
-%{python_sitelib}/MythTV-*.egg-info
+%{python2_sitelib}/MythTV/
+%{python2_sitelib}/MythTV-*.egg-info
%endif
%if %{with plugins}