~alpine/aports

1

[alpine-aports] [PATCH] added dependency for fetchmailconf

Edgar Pettijohn <pettijohne@hotmail.com>
Details
Message ID
<CY4PR12MB1429262FB97741834EC6DF32D51F0@CY4PR12MB1429.namprd12.prod.outlook.com>
Sender timestamp
1515025015
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<CAGG_d8CrkMfJs4Cp1m0_9mJ7NQ1J1-riW2OewkqUBNBhhafMqw@mail.gmail.com>
In-Reply-To
<CY4PR12MB1429262FB97741834EC6DF32D51F0@CY4PR12MB1429.namprd12.prod.outlook.com> (view parent)
Sender timestamp
1515599295
DKIM signature
missing
Download raw message
Hi,

On Thu, Jan 4, 2018 at 1:16 AM, Edgar Pettijohn <pettijohne@hotmail.com>
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
Reply to thread Export thread (mbox)