[Pkg-privacy-commits] [torbrowser-launcher] 17/21: Add pygtk2 as a dependency in Fedora (fixes #200)

Holger Levsen holger at moszumanska.debian.org
Fri Nov 13 17:54:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to annotated tag debian/0.2.1-1
in repository torbrowser-launcher.

commit 9ad970ade4e1b0d4e02e3d4c9b9f288cb4ce1f25
Author: Micah Lee <micah at micahflee.com>
Date:   Thu Nov 5 21:23:36 2015 -0800

    Add pygtk2 as a dependency in Fedora (fixes #200)
---
 BUILD.md     | 2 +-
 build_rpm.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/BUILD.md b/BUILD.md
index f9959a3..9376f7c 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -22,7 +22,7 @@ Optionally you can install `python-pygame` if you want to play a modem sound whi
 ### Red Hat, Fedora, CentOS, etc.
 
 ```sh
-sudo yum install python-psutil python-twisted wmctrl gnupg fakeroot rpm-build python-txsocksx tor
+sudo yum install python-psutil python-twisted wmctrl gnupg fakeroot rpm-build python-txsocksx tor pygtk2
 ./build_rpm.sh
 sudo yum install dist/torbrowser-launcher-*.rpm
 ```
diff --git a/build_rpm.sh b/build_rpm.sh
index ab925ce..15475dd 100755
--- a/build_rpm.sh
+++ b/build_rpm.sh
@@ -6,7 +6,7 @@ VERSION=`cat share/torbrowser-launcher/version`
 rm -r build dist
 
 # build binary package
-python setup.py bdist_rpm --requires="python-psutil, python-twisted, python-txsocksx, wmctrl, gnupg, fakeroot, tor"
+python setup.py bdist_rpm --requires="python-psutil, python-twisted, python-txsocksx, wmctrl, gnupg, fakeroot, tor, pygtk2"
 
 # install it
 echo ""

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list