X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=build_rpm.sh;h=30a79cbd31730218bfa8d53b34ed106a4f738c66;hb=12477d3d5cb4438651d922f5feb7a5070b76b6d9;hp=d51141a3e8c451bcd95418d38a7956cfb138db8a;hpb=1a2e43cbfc9c25fc083d4ef353d26aaf503e0301;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 ""