2020-03-10 16:33:54

by Mkrtchyan, Tigran

[permalink] [raw]
Subject: [PATCH] doc: describe required python3 modules

---
README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index f9d7005..79cac62 100644
--- a/README
+++ b/README
@@ -4,9 +4,9 @@ the 4.0 pynfs code was all moved into the nfs4.0 directory, but as time
passes we expect to merge the two code bases.

Install dependent modules; on Fedora:
- yum install krb5-devel python-devel swig python-gssapi python-ply
+ yum install krb5-devel python3-devel swig python3-gssapi python3-ply
on Debian:
- apt-get install libkrb5-dev python-dev swig python-pip
+ apt-get install libkrb5-dev python3-dev swig python3-pip
pip install ply gssapi

You can prepare both for use with
--
2.24.1


2020-03-11 19:19:40

by J. Bruce Fields

[permalink] [raw]
Subject: Re: [PATCH] doc: describe required python3 modules

Applied, thanks!--b.

On Tue, Mar 10, 2020 at 05:27:20PM +0100, Tigran Mkrtchyan wrote:
> ---
> README | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index f9d7005..79cac62 100644
> --- a/README
> +++ b/README
> @@ -4,9 +4,9 @@ the 4.0 pynfs code was all moved into the nfs4.0 directory, but as time
> passes we expect to merge the two code bases.
>
> Install dependent modules; on Fedora:
> - yum install krb5-devel python-devel swig python-gssapi python-ply
> + yum install krb5-devel python3-devel swig python3-gssapi python3-ply
> on Debian:
> - apt-get install libkrb5-dev python-dev swig python-pip
> + apt-get install libkrb5-dev python3-dev swig python3-pip
> pip install ply gssapi
>
> You can prepare both for use with
> --
> 2.24.1