From 7c6f81e63156c40a8407fd00d8eba1b11fd17ae0 Mon Sep 17 00:00:00 2001 From: Romuald Brunet Date: Thu, 10 Dec 2020 15:37:07 +0100 Subject: [PATCH] Skip minor version on apt build dep The current Debian (buster) seems to allow users to use `apt-get build-dep python3` to install the build dependencies (the 3.6 version is also out of date) --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index 0b5e86441..f2fdc9012 100644 --- a/setup.rst +++ b/setup.rst @@ -336,7 +336,7 @@ Then you should update the packages index:: Now you can install the build dependencies via ``apt``:: - $ sudo apt-get build-dep python3.6 + $ sudo apt-get build-dep python3 If that package is not available for your system, try reducing the minor version until you find a package that is available.