From 754ee1ecbf36b348b9976e37827faa51e7397181 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Fri, 30 Jun 2017 12:47:05 +0200
Subject: [PATCH] INSTALL.rst: add missing Debian dependency

---
 INSTALL.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index ad6419cb..8fe4686d 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -188,7 +188,7 @@ root.
 1. Install the required packages.  On Debian-based systems like Ubuntu this can
    be done by running the command ::
 
-       sudo apt-get install python3-dev python3-scipy python3-matplotlib python3-pytest python3-sympy g++ gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev
+       sudo apt-get install python3-dev python3-setuptools python3-scipy python3-matplotlib python3-pytest python3-sympy g++ gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev
 
 2. Unpack Tinyarray, enter its directory. To build and install, run ::
 
-- 
GitLab