[Pkg-privacy-commits] [torbrowser-launcher] 464/476: Added python-txsocksx, tor dependencies to Fedora version, so FC21 supports upgrading over Tor
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:22:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 18717f7e858e16358eef850b3b2f00906f817f97
Author: Micah Lee <micah at micahflee.com>
Date: Mon May 11 19:08:40 2015 -0400
Added python-txsocksx, tor dependencies to Fedora version, so FC21 supports upgrading over Tor
---
BUILD.md | 2 +-
build_rpm.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/BUILD.md b/BUILD.md
index 93163a5..f9959a3 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
+sudo yum install python-psutil python-twisted wmctrl gnupg fakeroot rpm-build python-txsocksx tor
./build_rpm.sh
sudo yum install dist/torbrowser-launcher-*.rpm
```
diff --git a/build_rpm.sh b/build_rpm.sh
index 10f294f..ab925ce 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, wmctrl, gnupg, fakeroot"
+python setup.py bdist_rpm --requires="python-psutil, python-twisted, python-txsocksx, wmctrl, gnupg, fakeroot, tor"
# 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