All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH pynfs 1/2] README: Prefer python3 packages over pip
@ 2021-05-21  6:09 Petr Vorel
  2021-05-21  6:09 ` [PATCH pynfs 2/2] README: Add openSUSE Petr Vorel
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2021-05-21  6:09 UTC (permalink / raw)
  To: linux-nfs; +Cc: Petr Vorel, J . Bruce Fields

These packages has been available for a long time.

Fixes: 55cfb02 ("remove redundant ply, gssapi and rpcgen.py modules")

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 README | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README b/README
index 6d9bd90..9093236 100644
--- a/README
+++ b/README
@@ -6,8 +6,7 @@ passes we expect to merge the two code bases.
 Install dependent modules; on Fedora:
 	yum install krb5-devel python3-devel swig python3-gssapi python3-ply
 on Debian:
-	apt-get install libkrb5-dev python3-dev swig python3-pip
-	pip install ply gssapi
+	apt-get install libkrb5-dev python3-dev swig python3-gssapi python3-ply
 
 You can prepare both for use with
 	./setup.py build
-- 
2.31.1


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

* [PATCH pynfs 2/2] README: Add openSUSE
  2021-05-21  6:09 [PATCH pynfs 1/2] README: Prefer python3 packages over pip Petr Vorel
@ 2021-05-21  6:09 ` Petr Vorel
  2021-05-21 18:17   ` J. Bruce Fields
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2021-05-21  6:09 UTC (permalink / raw)
  To: linux-nfs; +Cc: Petr Vorel, J . Bruce Fields

+ sort alphabetically, improve formatting a bit

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 README | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 9093236..ddb802a 100644
--- a/README
+++ b/README
@@ -3,11 +3,17 @@ the merge of what were originally two independent projects--initially
 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 python3-devel swig python3-gssapi python3-ply
-on Debian:
+Install dependent modules:
+
+* Debian
 	apt-get install libkrb5-dev python3-dev swig python3-gssapi python3-ply
 
+* Fedora
+	yum install krb5-devel python3-devel swig python3-gssapi python3-ply
+
+* openSUSE
+	zypper in install krb5-devel python3-devel swig python3-gssapi python3-ply
+
 You can prepare both for use with
 	./setup.py build
 which will create auto-generated files and compile any shared libraries
-- 
2.31.1


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

* Re: [PATCH pynfs 2/2] README: Add openSUSE
  2021-05-21  6:09 ` [PATCH pynfs 2/2] README: Add openSUSE Petr Vorel
@ 2021-05-21 18:17   ` J. Bruce Fields
  2021-05-23 19:10     ` Petr Vorel
  0 siblings, 1 reply; 4+ messages in thread
From: J. Bruce Fields @ 2021-05-21 18:17 UTC (permalink / raw)
  To: Petr Vorel; +Cc: linux-nfs

Both applied, thanks.--b.

On Fri, May 21, 2021 at 08:09:43AM +0200, Petr Vorel wrote:
> + sort alphabetically, improve formatting a bit
> 
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
>  README | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/README b/README
> index 9093236..ddb802a 100644
> --- a/README
> +++ b/README
> @@ -3,11 +3,17 @@ the merge of what were originally two independent projects--initially
>  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 python3-devel swig python3-gssapi python3-ply
> -on Debian:
> +Install dependent modules:
> +
> +* Debian
>  	apt-get install libkrb5-dev python3-dev swig python3-gssapi python3-ply
>  
> +* Fedora
> +	yum install krb5-devel python3-devel swig python3-gssapi python3-ply
> +
> +* openSUSE
> +	zypper in install krb5-devel python3-devel swig python3-gssapi python3-ply
> +
>  You can prepare both for use with
>  	./setup.py build
>  which will create auto-generated files and compile any shared libraries
> -- 
> 2.31.1
> 


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

* Re: [PATCH pynfs 2/2] README: Add openSUSE
  2021-05-21 18:17   ` J. Bruce Fields
@ 2021-05-23 19:10     ` Petr Vorel
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2021-05-23 19:10 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs

Hi Bruce,

> Both applied, thanks.--b.
Thanks a lot! BTW I don't see it in master branch yet,
but you probably push it on Monday.

Kind regards,
Petr

> On Fri, May 21, 2021 at 08:09:43AM +0200, Petr Vorel wrote:
> > + sort alphabetically, improve formatting a bit

> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
> > ---
> >  README | 12 +++++++++---
> >  1 file changed, 9 insertions(+), 3 deletions(-)

> > diff --git a/README b/README
> > index 9093236..ddb802a 100644
> > --- a/README
> > +++ b/README
> > @@ -3,11 +3,17 @@ the merge of what were originally two independent projects--initially
> >  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 python3-devel swig python3-gssapi python3-ply
> > -on Debian:
> > +Install dependent modules:
> > +
> > +* Debian
> >  	apt-get install libkrb5-dev python3-dev swig python3-gssapi python3-ply

> > +* Fedora
> > +	yum install krb5-devel python3-devel swig python3-gssapi python3-ply
> > +
> > +* openSUSE
> > +	zypper in install krb5-devel python3-devel swig python3-gssapi python3-ply
> > +
> >  You can prepare both for use with
> >  	./setup.py build
> >  which will create auto-generated files and compile any shared libraries
> > -- 
> > 2.31.1



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

end of thread, other threads:[~2021-05-23 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21  6:09 [PATCH pynfs 1/2] README: Prefer python3 packages over pip Petr Vorel
2021-05-21  6:09 ` [PATCH pynfs 2/2] README: Add openSUSE Petr Vorel
2021-05-21 18:17   ` J. Bruce Fields
2021-05-23 19:10     ` Petr Vorel

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.