From 63058a0b774ee8ebbbcdac5af72344a8b42c052f Mon Sep 17 00:00:00 2001 From: Eyal Cherevatzki Date: Thu, 28 May 2020 09:59:10 +0300 Subject: [PATCH] docs: python-tox no longer exists in Debian Buster (#307) Co-authored-by: Christian Heimes Co-authored-by: eyal0803 --- Doc/installing.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Doc/installing.rst b/Doc/installing.rst index 90187a9..514cf99 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -146,8 +146,12 @@ Debian Packages for building and testing:: # apt-get install build-essential python3-dev python2.7-dev \ - libldap2-dev libsasl2-dev slapd ldap-utils python-tox \ + libldap2-dev libsasl2-dev slapd ldap-utils tox \ lcov valgrind + +.. note:: + + On older releases ``tox`` was called ``python-tox``. Fedora ------