]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - build_rpm.sh
AppArmor: allow usage of cgroups
[torbrowser-launcher.git] / build_rpm.sh
index f39c5dea085cf0b8cee3d8ac3ed92ce22230f6a7..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="python3-qt5, python3-gpg, python3-requests, python3-pysocks"
+python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2"
 
 # install it
 echo ""