summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-09-14 15:34:30 -0700
committerMicah Lee <micah@micahflee.com>2020-09-14 15:34:30 -0700
commitb052b273024d94b088580f70e959f18da4e0d0be (patch)
tree3b1c306bad5c14424ac64fccb6ceb9d952b9182c
parent75ddfc394273bfad3b59923bc5de862f6c621b55 (diff)
downloadonionshare-b052b273024d94b088580f70e959f18da4e0d0be.tar.gz
onionshare-b052b273024d94b088580f70e959f18da4e0d0be.zip
Add RPM dependencies to build_rpm.sh
-rwxr-xr-xinstall/build_rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/build_rpm.sh b/install/build_rpm.sh
index 22153c6d..145f0a3c 100755
--- a/install/build_rpm.sh
+++ b/install/build_rpm.sh
@@ -9,7 +9,7 @@ VERSION=`cat share/version.txt`
rm -r build dist >/dev/null 2>&1
# build binary package
-python3 setup.py bdist_rpm --requires="python3-flask, python3-flask-httpauth, python3-stem, python3-qt5, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
+python3 setup.py bdist_rpm --requires="python3-flask, python3-flask-httpauth, python3-stem, python3-qt5, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4, python3-psutil, python3-socketio, python3-flask-socketio, python3-qrcode"
# install it
echo ""