aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-12-21 12:21:47 -0800
committerMicah Lee <micah@micahflee.com>2018-12-21 12:21:47 -0800
commitc8be7a16094523435dc46f730563f8062989c731 (patch)
treead69ce81552d30600d19e31ccca3e2471504be2a
parent5d7449c47618e2103ef65a775386a181fcaa9e6e (diff)
downloadonionshare-c8be7a16094523435dc46f730563f8062989c731.tar.gz
onionshare-c8be7a16094523435dc46f730563f8062989c731.zip
Add python3-distutils dependency
-rw-r--r--BUILD.md2
-rw-r--r--stdeb.cfg4
2 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 7663ec23..1e135251 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -14,7 +14,7 @@ Install the needed dependencies:
For Debian-like distros:
```
-apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python
+apt install -y python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python3-distutils python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python
```
For Fedora-like distros:
diff --git a/stdeb.cfg b/stdeb.cfg
index 6729d1b7..f32730fa 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
[DEFAULT]
Package3: onionshare
-Depends3: python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python-nautilus, tor, obfs4proxy
-Build-Depends: python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python-nautilus, tor, obfs4proxy
+Depends3: python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
+Build-Depends: python3-pytest, python3-flask, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
Suite: bionic
X-Python3-Version: >= 3.5.3