]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - build_rpm.sh
Remove tor and python-txsocksx as dependencies, and make them recommended instead...
[torbrowser-launcher.git] / build_rpm.sh
index b0f2ba6ee4b2cc5ebcc572d544e64c5d2108af74..3f9f6532823687678fea862e3c196c8b19a568cb 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, python-txsocksx, gnupg, fakeroot, tor, pygtk2"
+python setup.py bdist_rpm --requires="python-psutil, python-twisted, gnupg, fakeroot, pygtk2"
 
 # install it
 echo ""