]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Remove unused dependency python-psutil
authorMicah Lee <micah@micahflee.com>
Fri, 27 Jan 2017 04:22:31 +0000 (20:22 -0800)
committerMicah Lee <micah@micahflee.com>
Fri, 27 Jan 2017 04:22:31 +0000 (20:22 -0800)
build_rpm.sh
stdeb.cfg
torbrowser_launcher/common.py

index 3f9f6532823687678fea862e3c196c8b19a568cb..8578323354d8885a9ef52666c8ac23f3b0a1b26b 100755 (executable)
@@ -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 ""
index d00e74200904e0bb8744a5d8f752acfdbde75405..1bb06056b882a75756aee1c8062f8a39c31f95ec 100644 (file)
--- 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
index 0dfd8dad6f58bf2e808347041d9b5fd0b13625e0..141a385999db9069547312ed92db5a1221312f60 100644 (file)
@@ -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')