From d86b13d91c336acff865e22680a2f82fb9399221 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 21 Feb 2019 10:12:56 -0800 Subject: [PATCH] Remove python3-distutils from BUILD.md as well --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 3d664ac8..c40c546c 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 python3-distutils 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 python-nautilus tor obfs4proxy python3-pytest build-essential fakeroot python3-all python3-stdeb dh-python ``` For Fedora-like distros: