]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - build_rpm.sh
AppArmor: allow usage of cgroups
[torbrowser-launcher.git] / build_rpm.sh
index 07e8692e0b3427872ed6bb35d02e8a3040390bf9..30a79cbd31730218bfa8d53b34ed106a4f738c66 100755 (executable)
@@ -6,7 +6,7 @@ VERSION=`cat share/torbrowser-launcher/version`
 rm -r build dist
 
 # build binary package
-python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, gnupg2"
+python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2"
 
 # install it
 echo ""