X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=build_rpm.sh;h=30a79cbd31730218bfa8d53b34ed106a4f738c66;hb=a4bc9789b0d25c5d604e310f313d85ee15871a65;hp=d51141a3e8c451bcd95418d38a7956cfb138db8a;hpb=001e1ee4e440b92c42288ab5a3798a7dd9615e5b;p=torbrowser-launcher.git diff --git a/build_rpm.sh b/build_rpm.sh index d51141a..30a79cb 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-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 ""