summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-09-20 09:26:11 -0700
committerMicah Lee <micah@micahflee.com>2018-09-20 09:26:11 -0700
commit696665815e5c93eeff196bfd46acbeb6f978dfc5 (patch)
tree844e039eb19a356b44c5e20bd3ff74918e3d682b /install
parentdbae5016895f1e29a15188aed4f21d0afb3350b4 (diff)
downloadonionshare-696665815e5c93eeff196bfd46acbeb6f978dfc5.tar.gz
onionshare-696665815e5c93eeff196bfd46acbeb6f978dfc5.zip
Make fedora and debian dependencies get added to packages built
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 c103262c..3f7a68ac 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, nautilus-python, tor, obfs4"
+python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, python3-pynacl, python3-cryptography, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
# install it
echo ""