]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - build_rpm.sh
Allow url_list
[torbrowser-launcher.git] / build_rpm.sh
index d51141a3e8c451bcd95418d38a7956cfb138db8a..30a79cbd31730218bfa8d53b34ed106a4f738c66 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-twisted, gnupg, fakeroot, pygtk2, python2-gpg"
+python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2"
 
 # install it
 echo ""