From patchwork Fri May 21 06:09:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 12272171 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3A14C433B4 for ; Fri, 21 May 2021 06:09:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B5CF61175 for ; Fri, 21 May 2021 06:09:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229978AbhEUGLP (ORCPT ); Fri, 21 May 2021 02:11:15 -0400 Received: from mx2.suse.de ([195.135.220.15]:57888 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231224AbhEUGLP (ORCPT ); Fri, 21 May 2021 02:11:15 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 02A86AC46; Fri, 21 May 2021 06:09:51 +0000 (UTC) From: Petr Vorel To: linux-nfs@vger.kernel.org Cc: Petr Vorel , "J . Bruce Fields" Subject: [PATCH pynfs 2/2] README: Add openSUSE Date: Fri, 21 May 2021 08:09:43 +0200 Message-Id: <20210521060943.7223-2-pvorel@suse.cz> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210521060943.7223-1-pvorel@suse.cz> References: <20210521060943.7223-1-pvorel@suse.cz> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org + sort alphabetically, improve formatting a bit Signed-off-by: Petr Vorel --- 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