[Pkg-privacy-commits] [torbrowser-launcher] 23/26: Remove unused dependency python-psutil
Ulrike Uhlig
u-guest at moszumanska.debian.org
Sat Jan 28 11:59:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to annotated tag v0.2.7
in repository torbrowser-launcher.
commit aee2922c363c458f083e1e4ef165db347d869286
Author: Micah Lee <micah at micahflee.com>
Date: Thu Jan 26 20:22:31 2017 -0800
Remove unused dependency python-psutil
---
build_rpm.sh | 2 +-
stdeb.cfg | 2 +-
torbrowser_launcher/common.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build_rpm.sh b/build_rpm.sh
index 3f9f653..8578323 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, gnupg, fakeroot, pygtk2"
+python setup.py bdist_rpm --requires="python-twisted, gnupg, fakeroot, pygtk2"
# install it
echo ""
diff --git a/stdeb.cfg b/stdeb.cfg
index d00e742..1bb0605 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
[DEFAULT]
Package: torbrowser-launcher
-Depends: python-gtk2, python-psutil, python-twisted, python-lzma, gnupg, xz-utils
+Depends: python-gtk2, python-twisted, python-lzma, gnupg, xz-utils
Build-Depends: dh-python
Recommends: python-pygame, python-txsocksx, tor
Suite: trusty
diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index 0dfd8da..141a385 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -26,7 +26,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
"""
-import os, sys, platform, subprocess, locale, pickle, json, psutil, re
+import os, sys, platform, subprocess, locale, pickle, json, re
import pygtk
pygtk.require('2.0')
--
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