Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add python to build requires (doozer/debian/rpm)
  • Loading branch information
perexg committed May 14, 2015
1 parent f2a90b8 commit 0f30c8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .doozer.json
Expand Up @@ -13,7 +13,8 @@
"wget",
"bzip2",
"git-core",
"liburiparser-dev"
"liburiparser-dev",
"python"
],

"buildcmd": [
Expand All @@ -35,7 +36,8 @@
"bzip2",
"git-core",
"liburiparser-dev",
"libx264-dev"
"libx264-dev",
"python"
],

"buildcmd": [
Expand All @@ -56,7 +58,8 @@
"wget",
"bzip2",
"git-core",
"liburiparser-dev"
"liburiparser-dev",
"python"
],

"buildcmd": [
Expand All @@ -78,7 +81,8 @@
"bzip2",
"git-core",
"liburiparser-dev",
"libx264-dev"
"libx264-dev",
"python"
],

"buildcmd": [
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion rpm/tvheadend.spec.in
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0f30c8c

Please sign in to comment.