From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id C50A23870888 for ; Fri, 7 Aug 2020 16:15:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C50A23870888 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9DE4A11708A; Fri, 7 Aug 2020 12:15:42 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bz0bQPbEIqEP; Fri, 7 Aug 2020 12:15:42 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6F991117042; Fri, 7 Aug 2020 12:15:42 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DF85182C47; Fri, 7 Aug 2020 09:15:40 -0700 (PDT) Date: Fri, 7 Aug 2020 09:15:40 -0700 From: Joel Brobecker To: "Frank Ch. Eigler" Cc: Overseers mailing list Subject: Re: python: can the "enum" package be installed? #999 Message-ID: <20200807161540.GE3362@adacore.com> References: <20200807155628.GA5490@adacore.com> <20200807155946.GD49326@elastic.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200807155946.GD49326@elastic.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 16:15:45 -0000 > > For the git-hooks, which is currently a Python-2.7 set of scripts, > > some recent changes I made are using the enum package. This package > > is standard starting with Python 3.4, but apparently not in Python 2.7. > > Can we get that module installed, please? > > Done (via python2-enum34). Thanks a lot for the super fast update, Frank! -- Joel