commit 7f35a714705c69913386f6f36cf3866d2b756a3f
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sat Sep 2 11:38:55 2017 -0500
Update build requirements due to change in ttvdb.py.
mythtv.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 5742dcb..a50428e 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -235,6 +235,11 @@ BuildRequires: libavc1394-devel
BuildRequires: libiec61883-devel
BuildRequires: libraw1394-devel
+# For ttvdb.py
+BuildRequires: python2-future
+BuildRequires: python2-requests
+BuildRequires: python-requests-cache
+
%if %{with vdpau}
BuildRequires: libvdpau-devel
%endif
@@ -300,7 +305,6 @@ BuildRequires: zlib-devel
BuildRequires: ncurses-devel
-
%if %{with mythweather}
Requires: mythweather >= %{version}
BuildRequires: perl(XML::Simple)
Show replies by date