X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 901AB5C4DF0 for ; Wed, 10 Jan 2018 15:48:17 +0000 (GMT) Received: by mail-lf0-f53.google.com with SMTP id d19so12064716lfj.5 for ; Wed, 10 Jan 2018 07:48:17 -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=cax1x8ZsUlBd1vKxRqIcZZZxRioPpHFvXq3mmRCA5Q8=; b=XmfyAVP6QhSLX9JWtydDIT9MSSwxVq4yU20br7Sw+0s+sPDcgqxotXIKdlqOvHpnww iKUePLLKu+mR3R9szhTjOo9d/kfyUlOg+kB370wIJYInkr4kcpkJQ160217s2Ds02mSW npPv2vZl3mB02oodjrsJ0M9NWg2LJCLopAnCSSd8UhDwy6/hWF5HO7RFqXQs49B/rB6E Y+gTvmefgmvBststkmCu5F8ML14V29DYk05cQ0u1U14nYottAe/5u6Zo9k2X69xxWE3o gglfFuo7O5NlNnm2O7o18hY6H+wxVQTpyYgzRmH8+NfRw4pujWHRjjIuFdRrTmJn9gUQ oo9Q== 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=cax1x8ZsUlBd1vKxRqIcZZZxRioPpHFvXq3mmRCA5Q8=; b=WDeCwDQdhvLX4sr7ZT/Gl1nTRSF711Ab7/TCJFXGK5EuciboCvPN3LFcD9nm+xGpUe 8k/Cl0jqdkJXiZhy5HZMH7ssxo5l9LougeLPp1vD2PgqUoQnodPA38dxCILXVmrLxXAJ DOiXXu6aTJYtS5EalDbfn5vaMTmB/X1r3tXgAS8RTu5sJo+mpIv6xEh4NOwlqsJqoAxT N/jvhdv/AiCIXpRoGqyWpX/BjEGt6KEoS7w5b6EiX3QXlyly+7RfVui/RJ4GiuwtzLW1 M7dYI0ON9HWqatoii/fLYI15etL8WnHlqcRPtYpy9D6SG9Ec4bJYm7PLt3TtcbgLPZw0 DkVg== X-Gm-Message-State: AKwxytcNMl2/PxjZo134fAx6z+GBMCJbvUSwMBPz7gXnRVH4chtEuof+ ktIa/PTY3Eskb2k6gVdOvX5zrK7aWS2moW8as+o= X-Google-Smtp-Source: ACJfBothpPc79wprhEuqS/XKNwErSFE9RQxbGB/84eeAFPVif4IDSpAkxCfYooVEijfYiMTeIq0IHe1QmczvauadkrM= X-Received: by 10.25.154.147 with SMTP id c141mr10073278lfe.116.1515599296435; Wed, 10 Jan 2018 07:48:16 -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; Wed, 10 Jan 2018 07:48:15 -0800 (PST) In-Reply-To: References: From: Leonardo Arena Date: Wed, 10 Jan 2018 16:48:15 +0100 Message-ID: Subject: Re: [alpine-aports] [PATCH] added dependency for fetchmailconf To: Edgar Pettijohn Cc: "alpine-aports@lists.alpinelinux.org" Content-Type: multipart/alternative; boundary="001a1140219aaf9edd05626df591" --001a1140219aaf9edd05626df591 Content-Type: text/plain; charset="UTF-8" Hi, On Thu, Jan 4, 2018 at 1:16 AM, Edgar Pettijohn wrote: > --- > main/fetchmail/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD > index 8e88c5bdcc..e4abacc749 100644 > --- a/main/fetchmail/APKBUILD > +++ b/main/fetchmail/APKBUILD > @@ -52,7 +52,7 @@ package() { > } > > fetchmailconf() { > - depends="python2" > + depends="python2 python2-tkinter" > pkgdesc="A GUI for generating fetchmail configuration files" > install= > mkdir -p "$subpkgdir"/usr/bin > -- > 2.15.0 > > > python2-tkiner is community repo. Nothing in main can depend on a package in community/testing. We may consider moving fetchmail in community if it's really an "hard" dependency. Thanks /eo --001a1140219aaf9edd05626df591 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

On Thu, Jan 4, 2018 at 1:16 AM, Edgar Pettijohn &l= t;pettijohne@ho= tmail.com> wrote:
---
=C2=A0main/fetchmail/APKBUILD | 2 +-
=C2=A01 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD
index 8e88c5bdcc..e4abacc749 100644
--- a/main/fetchmail/APKBUILD
+++ b/main/fetchmail/APKBUILD
@@ -52,7 +52,7 @@ package() {
=C2=A0}

=C2=A0fetchmailconf() {
-=C2=A0 =C2=A0 =C2=A0 =C2=A0depends=3D"python2"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0depends=3D"python2 python2-tkinter" =C2=A0 =C2=A0 =C2=A0 =C2=A0 pkgdesc=3D"A GUI for generating fetchmail = configuration files"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 install=3D
=C2=A0 =C2=A0 =C2=A0 =C2=A0 mkdir -p "$subpkgdir"/usr/bin
--
2.15.0



python2-tkiner is commun= ity repo. Nothing in main can depend on a package in community/testing.

We may consider moving fetchmail in community if it&#= 39;s really an "hard" dependency.

Th= anks

/eo

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