summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorhiro <hiro@torproject.org>2019-05-08 00:04:09 +0200
committerhiro <hiro@torproject.org>2019-05-08 00:04:09 +0200
commitabc30b315ce77a6a2dd4b8a8d24f7c478a33c7c5 (patch)
tree300f1d0b03b9d750891aee21fa30efbb0e0110b4 /install
parent8f7e52e4eee84d31b1b568ba43db23f6f5f49f1d (diff)
downloadonionshare-abc30b315ce77a6a2dd4b8a8d24f7c478a33c7c5.tar.gz
onionshare-abc30b315ce77a6a2dd4b8a8d24f7c478a33c7c5.zip
Clean code and fix UI bugs
Diffstat (limited to 'install')
-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 0872a447..22153c6d 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-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"
# install it
echo ""