summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-10-11 20:08:23 -0700
committerMicah Lee <micah@micahflee.com>2018-10-11 20:08:23 -0700
commitb91f1d71bb9f3c5376b43011d948112e86eed50b (patch)
treef1a9827dbcac2df268e149068b8ab0f0f60d359d /install
parentf8f705313b01386c5d8ab708d8d4034bf19f5d8c (diff)
downloadonionshare-b91f1d71bb9f3c5376b43011d948112e86eed50b.tar.gz
onionshare-b91f1d71bb9f3c5376b43011d948112e86eed50b.zip
Bump python required version down to 3.5.3, and finish removing python3-nacl as a dependency
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 3f7a68ac..7a34b271 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-pynacl, python3-cryptography, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
+python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, python3-cryptography, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
# install it
echo ""