Depend on dbus-glib

This commit is contained in:
Vecna 2023-08-02 13:43:51 -04:00 committed by Nicolas Vigier
parent 6f55236bd6
commit 961da39f8a

View File

@ -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, python3-packaging, gnupg2"
python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2, dbus-glib"
# install it
echo ""