summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-09-01 13:30:49 -0700
committerMicah Lee <micah@micahflee.com>2019-09-01 13:30:49 -0700
commitab086a6fa05d676b8d6ad46301259c816f4b5b9d (patch)
tree4255fac01fd436295761a8bc3f4f4ee588d34fd4 /BUILD.md
parent61e6ecdf8c7dbf8ea28baad35bbdeea74c6fc46f (diff)
downloadonionshare-ab086a6fa05d676b8d6ad46301259c816f4b5b9d.tar.gz
onionshare-ab086a6fa05d676b8d6ad46301259c816f4b5b9d.zip
Add python3-distutils as a dependency, and also remove reduntant build-depends from stdeb.cfg
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index a72c0342..9bfd7fef 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 python3-flask-httpauth
+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 python3-flask-httpauth python3-distutils
```
For Fedora-like distros: