X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f52.google.com (mail-lf0-f52.google.com [209.85.215.52]) by lists.alpinelinux.org (Postfix) with ESMTP id DDE955C4DDC for ; Tue, 9 Jan 2018 10:27:01 +0000 (GMT) Received: by mail-lf0-f52.google.com with SMTP id z124so4931665lfd.10 for ; Tue, 09 Jan 2018 02:27:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=YSUEPsOB9k29mbTETZlGa30OTlhVCxc9wzqtnFS2Pi4=; b=jrDU6qTNRnTt0qW9H4MuE42RIRT3kJNmGgeawKxp/n/AFfTwq/Ciz5J/Xs+XnRR6at fjo5JFWU7ziDSTG71cN9Lnc81Pciwsf2k1Bh7z9Va3IBHqmxn1mbT7O5sTO0TW1lQ/VP DcZVRGK54PIaELjWcqLEbC7sa5v4INhz8+tV0qV9+8mgFovyOfK38iWOFTDmc9OYs3i/ vqQFs290Q3nYBAykMvvS9YKyPRU82uiwcrixA8PfWkf5Bp7zvp1CiJEq35dAr3sJrnm7 EBa0GJIgP0vQK05Hd2RnkT79NsNeDG6AnKQ5h5gP0uLUB/4+0xNWwQEGDdyLsaWzuFAX 4nzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=YSUEPsOB9k29mbTETZlGa30OTlhVCxc9wzqtnFS2Pi4=; b=joR09tAddGw2tE4i5EJdSXIspHDb6+8WQ1/Vo7pinZmriRxSMsL8KGKYEGKIKG4Rx2 K7Byi8yK9aQeIHEAEI1lAqQ7dxSj7X07WShlkYSxkzQhO+2r6RezztNFbDtuJa17KjjQ JrpwOmzYU9nuYB2+yg15GTebRhTZsjovV0BEOD5yTac97YSKP8Y4UtgASq9890NZJWNh unPWW2O3Kbz73JExmXQ7PLRFjDvQ+V2NdunfVJLJ7C4XVdXcvf2/ipYet58SKXc0kzCm 45ReyNV5Kzn4/77ccjHhAmM/HEz1+rurDvRLzl6ffpheruD+Djy6m0rTg1j8zIeqE5Wl wsaQ== X-Gm-Message-State: AKwxytdbPkfILaPZU6hHzjVSKew/LFGZbgSB6smF6aOEin6e+iH3wA5H B2F+GN8jghHBkWj/sx5WebchHf+ko5ZIAQXwQ4M= X-Google-Smtp-Source: ACJfBotzZ7mzZ0CdYT+aHxiAiMcZjgoDgh/5El9HvSiYsYm+mEFvb305bE34LWz9gK2vvltoo3VQ5735xMsINp29IqU= X-Received: by 10.25.67.17 with SMTP id q17mr7298199lfa.26.1515493620547; Tue, 09 Jan 2018 02:27:00 -0800 (PST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.25.59.212 with HTTP; Tue, 9 Jan 2018 02:26:59 -0800 (PST) In-Reply-To: <20171231150814.15885-1-ganwell@fangorn.ch> References: <20171231150814.15885-1-ganwell@fangorn.ch> From: Leonardo Arena Date: Tue, 9 Jan 2018 11:26:59 +0100 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/py3-attrs: upgrade to 17.4.0 To: Jean-Louis Fuchs Cc: alpine-aports Content-Type: multipart/alternative; boundary="f403045e9754e99f670562555ab6" --f403045e9754e99f670562555ab6 Content-Type: text/plain; charset="UTF-8" Hi, On Sun, Dec 31, 2017 at 4:08 PM, Jean-Louis Fuchs wrote: > --- > testing/py3-attrs/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > it fails with: Traceback (most recent call last): File "setup.py", line 5, in from setuptools import find_packages, setup ImportError: cannot import name 'find_packages' >>> ERROR: py3-attrs: all failed It appears that it needs a more recent version of setuptools than those currently bundled with python3 package. Adding "py3-setuptools" fixed the issue, so I committed it. Thanks! /eo --f403045e9754e99f670562555ab6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

On Sun, Dec 31, 2017 at 4:08 PM, Jean-Louis Fuchs <ganwell@fa= ngorn.ch> wrote:
---
=C2=A0testing/py3-attrs/APKBUILD | 4 ++--
=C2=A01 file changed, 2 insertions(+), 2 deletions(-)


it fails with:

Traceback (most recent call last):
=C2=A0 File "setup.py", l= ine 5, in <module>
=C2=A0=C2=A0=C2=A0 from setuptools import find_= packages, setup
ImportError: cannot import name 'find_packages'<= br>>>> ERROR: py3-attrs: all failed

It appears t= hat it needs a more recent version of setuptools than those currently bundl= ed with python3 package.
Adding "py3-setuptools" fixed = the issue, so I committed it.

Thanks!
/eo

--f403045e9754e99f670562555ab6-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---