X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=build_rpm.sh;h=07e8692e0b3427872ed6bb35d02e8a3040390bf9;hb=be7c600d9e63c0e1815c8e7981fa64d19b261602;hp=ab925ce75ceaae5d632f2e3decea1c292842486e;hpb=18717f7e858e16358eef850b3b2f00906f817f97;p=torbrowser-launcher.git diff --git a/build_rpm.sh b/build_rpm.sh index ab925ce..07e8692 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, wmctrl, gnupg, fakeroot, tor" +python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, 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"