[libvirt] [PATCH] docs: Fix docs about python bindings package

Since the day we removed python bindings from the core repository, the documentation was missing that information. Reported-by: Lingyu Zhu <lynuszhu@gmail.com> Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- docs/bindings.html.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/bindings.html.in b/docs/bindings.html.in index 13b7d71..95cfe25 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -44,8 +44,10 @@ </li> <li> <p> - <strong>Python</strong>: Libvirt comes with direct support for - the Python language. + <strong>Python</strong>: Libvirt's python bindings are split to a + separate <a href="http://libvirt.org/git/?p=libvirt-python.git">package</a> + since version 1.2.0, older versions came with direct support for the + Python language. </p> <p> If your libvirt is installed as packages, rather than compiled -- 2.2.1

On 19.01.2015 11:04, Martin Kletzander wrote:
Since the day we removed python bindings from the core repository, the documentation was missing that information.
Reported-by: Lingyu Zhu <lynuszhu@gmail.com> Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- docs/bindings.html.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/bindings.html.in b/docs/bindings.html.in index 13b7d71..95cfe25 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -44,8 +44,10 @@ </li> <li> <p> - <strong>Python</strong>: Libvirt comes with direct support for - the Python language. + <strong>Python</strong>: Libvirt's python bindings are split to a + separate <a href="http://libvirt.org/git/?p=libvirt-python.git">package</a> + since version 1.2.0, older versions came with direct support for the + Python language. </p> <p> If your libvirt is installed as packages, rather than compiled
ACK Michal
participants (2)
-
Martin Kletzander
-
Michal Privoznik