X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id CBA6EDC00AF for ; Wed, 21 Jan 2015 23:06:43 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id kq14so4120768pab.0 for ; Wed, 21 Jan 2015 15:06:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=9hMedA/elGJoUKtirG9eIgnNiDe2n51DjlVXaCfTGAI=; b=URkUb4/6GXeFyQNEjWj7V50MNjU9ftDGgueRqSJvp7Z1x08V7bULqJjwVl5dyGXX2P HBuWsDSPXkGtw9yOksDl3OQPLtfaYMFKHQPgC99JjcwA97UbqZGj+BUP6KqcplL8DA+G NMoIr+sZ992K67Fr9Ocs87FInJCP3jWLLiv8vrgApvooNCAXKw7iK87yBbvD/1a+mQc1 1ih8Lw9k7QVEhrxsnBwG7eVCa+dPpXDgH1VifF4yCA/zWTXVwub6bWY9FZSFCsdZV1/F famXmYTkUCxCVnVeLmVnW7uwW9NWkQUaUpRXiGi9FXIpPSx5+BHRrzzR+enUiXUHH6tm n+nw== X-Received: by 10.70.131.12 with SMTP id oi12mr47640621pdb.12.1421881602861; Wed, 21 Jan 2015 15:06:42 -0800 (PST) Received: from twinpeaks.my.domain ([74.82.134.59]) by mx.google.com with ESMTPSA id jz1sm6965803pbd.35.2015.01.21.15.06.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Jan 2015 15:06:42 -0800 (PST) Date: Wed, 21 Jan 2015 15:06:40 -0800 From: Orion To: Natanael Copa Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/pep8: new aport Message-ID: <20150121150640.1fc5a03f@twinpeaks.my.domain> In-Reply-To: <20150121132438.0ea60607@ncopa-desktop.alpinelinux.org> References: <1421614790-4006-1-git-send-email-systmkor@gmail.com> <20150121132438.0ea60607@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 21 Jan 2015 13:24:38 +0100 Natanael Copa wrote: > this failed with: > > >>> pep8: Unpacking /var/cache/distfiles/pep8-1.5.7.tar.gz... > Traceback (most recent call last): > File "setup.py", line 3, in > from setuptools import setup > ImportError: No module named setuptools > > please fix and resend I believe I fixed this by just making 'py-setuptools' a dependency. That package is also needed when running pep8 since it requires 'pkg_resources' module which as far as I can tell is only apart of 'py-setuptools'. systmkor --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---