Make fedora and debian dependencies get added to packages built

This commit is contained in:
Micah Lee 2018-09-20 09:26:11 -07:00
parent dbae501689
commit 696665815e
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 5 additions and 5 deletions

View file

@ -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 ""