From: Jaroslav Kysela Date: Thu, 14 May 2015 06:57:10 +0000 (+0200) Subject: add python to build requires (doozer/debian/rpm) X-Git-Tag: v4.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f30c8cc64e332c1c66ff318c4bb095af6deab87;p=thirdparty%2Ftvheadend.git add python to build requires (doozer/debian/rpm) --- diff --git a/.doozer.json b/.doozer.json index 681bd9dba..6dba4960e 100644 --- a/.doozer.json +++ b/.doozer.json @@ -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": [ diff --git a/debian/control b/debian/control index b20b22d2b..e42175ea9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tvheadend Section: video Priority: extra Maintainer: Andreas Öman -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 diff --git a/rpm/tvheadend.spec.in b/rpm/tvheadend.spec.in index 166d129fd..46ddc3e46 100644 --- a/rpm/tvheadend.spec.in +++ b/rpm/tvheadend.spec.in @@ -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 v3.9-2842 +- add python to BuildRequires + * Wed Mar 25 2015 Bob Lightfoot 3.9-2658-gb427d7e - Patching rpm spec file so the arm architecture builds properly