X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id E6BEA5C58C8 for ; Fri, 27 Oct 2017 16:33:11 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id AEF7E9E3141 for ; Fri, 27 Oct 2017 16:33:11 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 198489E0126 for ; Fri, 27 Oct 2017 16:33:10 +0000 (GMT) Date: Fri, 27 Oct 2017 18:33:06 +0200 From: Natanael Copa To: Alpine Development Subject: [alpine-devel] Splitting out pip and setuptools from python3 Message-ID: <20171027183306.7614bb6c@ncopa-desktop.copa.dup.pw> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel 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 Hi, I wonder what you think about splitting out pip and setuptools from python3 package. http://bugs.alpinelinux.org/issues/5381 I think I would like to do this, because it saves space and I think its the best technical way to do it. But it also means that we need to add py3-setuptools as makedepends on a lot of packages, and it may break things for docker users who apk add python3 && pip install ... Do you think it is worth it? I think it is. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---