X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=build_rpm.sh;h=30a79cbd31730218bfa8d53b34ed106a4f738c66;hb=83fa1d38c44f16a76dd98407e321b9cc9b5b5743;hp=b0f2ba6ee4b2cc5ebcc572d544e64c5d2108af74;hpb=dd86ff7e404647ac904ea822b698db902bcd5622;p=torbrowser-launcher.git diff --git a/build_rpm.sh b/build_rpm.sh index b0f2ba6..30a79cb 100755 --- a/build_rpm.sh +++ b/build_rpm.sh @@ -6,9 +6,9 @@ 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" +python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2" # install it echo "" echo "To install, run:" -echo "sudo yum install dist/torbrowser-launcher-$VERSION-1.noarch.rpm" +echo "sudo dnf install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"