From 54cb5fd06097b747d9efc52ecab1ef94439ae592 Mon Sep 17 00:00:00 2001 From: eyal0803 Date: Thu, 24 Oct 2019 20:12:26 +0300 Subject: [PATCH 1/3] docs: python-tox no longer exists in Debian Buster --- Doc/installing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/installing.rst b/Doc/installing.rst index 90187a93..3dbddce3 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -148,6 +148,8 @@ Packages for building and testing:: # apt-get install build-essential python3-dev python2.7-dev \ libldap2-dev libsasl2-dev slapd ldap-utils python-tox \ lcov valgrind + +*Note:* Replace ``python-tox`` with ``tox`` in Debian Buster. Fedora ------ From 6166dee85ffbd1fd38e64982cb1a279d53159534 Mon Sep 17 00:00:00 2001 From: Eyal Cherevatzki Date: Wed, 27 May 2020 12:12:43 +0300 Subject: [PATCH 2/3] Update Doc/installing.rst Co-authored-by: Christian Heimes --- Doc/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/installing.rst b/Doc/installing.rst index 3dbddce3..17244bad 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -146,7 +146,7 @@ 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:* Replace ``python-tox`` with ``tox`` in Debian Buster. From 8ed3b60e76c9bd86ef76162ed60931736a11c4f4 Mon Sep 17 00:00:00 2001 From: Eyal Cherevatzki Date: Wed, 27 May 2020 12:13:02 +0300 Subject: [PATCH 3/3] Update Doc/installing.rst Co-authored-by: Christian Heimes --- Doc/installing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/installing.rst b/Doc/installing.rst index 17244bad..514cf99e 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -149,7 +149,9 @@ Packages for building and testing:: libldap2-dev libsasl2-dev slapd ldap-utils tox \ lcov valgrind -*Note:* Replace ``python-tox`` with ``tox`` in Debian Buster. +.. note:: + + On older releases ``tox`` was called ``python-tox``. Fedora ------