Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp862526ybh; Wed, 11 Mar 2020 12:19:40 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuIrVuOgd63P0qGOR0SRudZcwAPz6yr83YVzL7NDSCyNcDG6Tuw1NgPMrE0xwVZ2zEIcwzX X-Received: by 2002:aca:f541:: with SMTP id t62mr162871oih.172.1583954380167; Wed, 11 Mar 2020 12:19:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583954380; cv=none; d=google.com; s=arc-20160816; b=ZayolYVpRo7ADLOnzL0TQro2hZ4cjI0SRlTD13v9aV3UkysL7fK0q5cdaDuzFSr6Rv niiVtGoaBaver6/kwZ8LdjwU58i6hryisxQ+VLsEtnAljyo2006b9g5wu0qS5OlO/CnE JF9LnCa+VgbxwrrsIka/vE2/kYciwZlK/ljYAiS8vyib1mzQpxJrGe5tdIHXKlYsXGi3 Iv5li23wtIg4Z5PjzPaCRjGwkF1TUC5Y2VuMuHvCUAGTCdNauNdLzTItkYUmEmE8K8t1 sPSRc+1+Rba1/Vp0EqjThpY2Ci2z35wSPi3qr+W9pjNPmPfoGuT0hnqKdmUTb3Kh2H51 4nbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=attXelpEaHGblaucV9x2pn9UldPSk0OXf3RVp0FvF88=; b=pj0xXmS/aleFIyqhAT5guuAhZBeJuDCmwFNAonJoAZ4jaoxv1cw+Uwi+vkoqOE/gpv dSKoXFynojhR05gF0CC+4P27RHBAa1o0rjT3IIKXJp8H7aVQZjB5b8A8tMeWjA+dbBN9 Q+nyzaWjtCpcM/a6Z1ZwPwVzdu+d+LrVUB/LQw4ugZNJADGTnZSeJq4fEJI0KwtLjju3 LyPLMH0IATxlrb3x+0aBHv27KqWVtCCHdkggtf5DrDc2qVjmDAdsZdko+9ZWHWpmloiQ TPrs84Hmw50bmM3rDSLUHjmRC0KUYz95TpWpKH1TYNSrOXuwsGWs8MGdx+oSSbZk22QH mqgg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t15si1600774oth.176.2020.03.11.12.19.16; Wed, 11 Mar 2020 12:19:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731059AbgCKTTJ (ORCPT + 99 others); Wed, 11 Mar 2020 15:19:09 -0400 Received: from fieldses.org ([173.255.197.46]:48580 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730807AbgCKTTJ (ORCPT ); Wed, 11 Mar 2020 15:19:09 -0400 Received: by fieldses.org (Postfix, from userid 2815) id C85DE1C19; Wed, 11 Mar 2020 15:19:08 -0400 (EDT) Date: Wed, 11 Mar 2020 15:19:08 -0400 From: "J. Bruce Fields" To: Tigran Mkrtchyan Cc: linux-nfs@vger.kernel.org Subject: Re: [PATCH] doc: describe required python3 modules Message-ID: <20200311191908.GA8918@fieldses.org> References: <20200310162720.61835-1-tigran.mkrtchyan@desy.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200310162720.61835-1-tigran.mkrtchyan@desy.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org 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