mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-18 19:44:45 -04:00
Make fedora and debian dependencies get added to packages built
This commit is contained in:
parent
dbae501689
commit
696665815e
3 changed files with 5 additions and 5 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue