Remove cryptography and its dependencies from requirements

This commit is contained in:
Illia Volochii 2019-04-18 22:19:19 +03:00
parent c1023647d1
commit 90b9c9944a
No known key found for this signature in database
GPG key ID: 9BC2D949988CE605
2 changed files with 1 additions and 6 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, python3-cryptography, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, python3-crypto, python3-pysocks, nautilus-python, tor, obfs4"
# install it
echo ""