]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
add python to build requires (doozer/debian/rpm)
authorJaroslav Kysela <perex@perex.cz>
Thu, 14 May 2015 06:57:10 +0000 (08:57 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 14 May 2015 06:57:10 +0000 (08:57 +0200)
.doozer.json
debian/control
rpm/tvheadend.spec.in

index 681bd9dba111a80da36e1aaebd98c96ebb2f79ff..6dba4960ea20f2b5d71c7cbf605c959e2ddca3e7 100644 (file)
@@ -13,7 +13,8 @@
         "wget",
         "bzip2",
         "git-core",
-        "liburiparser-dev"
+        "liburiparser-dev",
+        "python"
       ],
 
       "buildcmd": [
@@ -35,7 +36,8 @@
         "bzip2",
         "git-core",
         "liburiparser-dev",
-       "libx264-dev"
+       "libx264-dev",
+        "python"
       ],
 
       "buildcmd": [
@@ -56,7 +58,8 @@
         "wget",
         "bzip2",
         "git-core",
-        "liburiparser-dev"
+        "liburiparser-dev",
+        "python"
       ],
 
       "buildcmd": [
@@ -78,7 +81,8 @@
         "bzip2",
         "git-core",
         "liburiparser-dev",
-       "libx264-dev"
+       "libx264-dev",
+        "python"
       ],
 
       "buildcmd": [
index b20b22d2bffdfd5d635ef6e8580f1a1e2db077f4..e42175ea97b54905e31899d51a566f8dc675353d 100644 (file)
@@ -2,7 +2,7 @@ Source: tvheadend
 Section: video
 Priority: extra
 Maintainer: Andreas Ă–man <andreas@tvheadend.org>
-Build-Depends: debhelper (>= 7.0.50), pkg-config, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, libcurl4-gnutls-dev, git-core, liburiparser-dev
+Build-Depends: debhelper (>= 7.0.50), pkg-config, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, libcurl4-gnutls-dev, git-core, liburiparser-dev, python
 Standards-Version: 3.7.3
 
 Package: tvheadend
index 166d129fd6233b27b506d42bd9edb4cc16dd71ce..46ddc3e461afd5cb7894892ac409a0765157f98e 100644 (file)
@@ -17,7 +17,7 @@ BuildRequires:  systemd-units >= 1
 BuildRequires:  dbus-devel
 BuildRequires:  avahi-libs
 BuildRequires:  openssl-devel
-BuildRequires:  git wget
+BuildRequires:  git wget python
 
 Requires:       systemd-units >= 1
 
@@ -76,6 +76,9 @@ exit 0
 %{_unitdir}/*
 
 %changelog
+* Thu May 14 2015 Jaroslav Kysela <perex@perex.cz> v3.9-2842
+- add python to BuildRequires
+
 * Wed Mar 25 2015 Bob Lightfoot <boblfoot@gmail.com> 3.9-2658-gb427d7e
 - Patching rpm spec file so the arm architecture builds properly