All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: describe required python3 modules
@ 2020-03-10 16:27 Tigran Mkrtchyan
  2020-03-11 19:19 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: Tigran Mkrtchyan @ 2020-03-10 16:27 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs, Tigran Mkrtchyan

---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: describe required python3 modules
  2020-03-10 16:27 [PATCH] doc: describe required python3 modules Tigran Mkrtchyan
@ 2020-03-11 19:19 ` J. Bruce Fields
  0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2020-03-11 19:19 UTC (permalink / raw)
  To: Tigran Mkrtchyan; +Cc: linux-nfs

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-11 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 16:27 [PATCH] doc: describe required python3 modules Tigran Mkrtchyan
2020-03-11 19:19 ` J. Bruce Fields

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.