[Pkg-privacy-commits] [onionshare] 131/256: Add tor as a linux dependency
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit e976e360b4b36f3d30b9e5707c938c740e7c099d
Author: Micah Lee <micah at micahflee.com>
Date: Thu Apr 13 23:21:43 2017 -0700
Add tor as a linux dependency
---
BUILD.md | 4 ++--
install/build_rpm.sh | 2 +-
stdeb.cfg | 3 +--
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/BUILD.md b/BUILD.md
index 6efb3bd..63a30a4 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -11,9 +11,9 @@ cd onionshare
Install the needed dependencies:
-For Debian-like distros: `apt install -y build-essential fakeroot python3-all python3-stdeb dh-python python3-flask python3-stem python3-pyqt5 python-nautilus python3-nose`
+For Debian-like distros: `apt install -y build-essential fakeroot python3-all python3-stdeb dh-python python3-flask python3-stem python3-pyqt5 python-nautilus python3-nose tor`
-For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 nautilus-python`
+For Fedora-like distros: `dnf install -y rpm-build python3-flask python3-stem python3-qt5 nautilus-python tor`
After that you can try both the CLI and the GUI version of OnionShare:
diff --git a/install/build_rpm.sh b/install/build_rpm.sh
index 89b8558..98cd9c5 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"
+python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, nautilus-python, tor"
# install it
echo ""
diff --git a/stdeb.cfg b/stdeb.cfg
index 71fe9ab..0192bdd 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,7 +1,6 @@
[DEFAULT]
Package3: onionshare
-Depends3: python3-flask, python3-stem, python3-pyqt5, python-nautilus
+Depends3: python3-flask, python3-stem, python3-pyqt5, python-nautilus, tor
Build-Depends3: python3-nose, python3-flask, python3-stem, python3-pyqt5
-Build-Depends: python3-nose, python3-flask, python3-stem, python3-pyqt5
Suite: xenial
X-Python3-Version: >= 3.2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list