X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) by lists.alpinelinux.org (Postfix) with ESMTP id 0C8225C43B6 for ; Fri, 4 Nov 2016 08:08:07 +0000 (GMT) Received: by mail-lf0-f46.google.com with SMTP id b14so57809676lfg.2 for ; Fri, 04 Nov 2016 01:08:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GGnJyQKYqT+sCg9ZhoHEXFP7vHlLtiCXIK1pWPqF0b4=; b=wZU2pt4VHBkCXDZKP2cL+3SGnEkzCTft827hU+nOHMXD919Or7KXbtSatoqZYPqmgZ DAsqlv/jmeDnlzNHK1RrfmqmYmkuYx82BjC9rAW2igCP1XKndPT3n6i62BvKwxInBp+r 06HaZhp6JvH0p+PM9wY/2XA1VVZykMc7e9KZ8u/umWXXmBrOPw3fx9Cj3mxHlQFDUVRU e5u/4X66NNPb6WJUUY21hk5aTfSobdHXE+E/nhVqyJR3QbheacGNr5eOeNaPM54Hor4L 05nQcOKmiGA8SEjSNm2mZQvGeBKifnRL0slg2YF5auFpZmbyj875qL0xh4PJsz8U/LID CdsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=GGnJyQKYqT+sCg9ZhoHEXFP7vHlLtiCXIK1pWPqF0b4=; b=dAK0JgcPcd5FFC2E/1Ge+/sBtMaSMPBvi693QoZFZ7wyClu/hOQSQFNJO4X1HnJTDJ 2OpYOASaNF4ur7xQDLW1+S4OB3wS0/szWk/xvtYrsmK6xb2OBcJBHKQmyfw+EcMKOGOi N6SUNrplYy1bt540YKhf6RhitDx37g4C3YiSpXX73HPy3uAQG0DAVqUB+qTzL+PxqYWY GZClwMKUcDRoN/ey6a5hSDh/JDoD0q++lxTMBvaWwXpoUFq4IRTuzs2JSW44u7yx8rFX WTs7ag7sZEA8b/KB2ZiDYSU0U37Hn0wmWVVmt+q7yJUJCi/o9B6dk6M6p9t63r2VDiU5 FoWg== X-Gm-Message-State: ABUngveRxDH+cAUQ+VQr2/V3pk7kSWhcpLmEu134nV1DxVoj2d8CM4CqV8tUnaAABlgCxw== X-Received: by 10.25.198.132 with SMTP id w126mr8252143lff.175.1478246415185; Fri, 04 Nov 2016 01:00:15 -0700 (PDT) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id i129sm945431lfd.8.2016.11.04.01.00.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 04 Nov 2016 01:00:15 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Fri, 4 Nov 2016 10:00:13 +0200 From: Timo Teras To: Yura Kushnir Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/py-telegram-bot: dependency fix Message-ID: <20161104100013.6874c638@vostro.util.wtbts.net> In-Reply-To: <20161020142654.7653-1-kushnir.yura@gmail.com> References: <20161020142654.7653-1-kushnir.yura@gmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; 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 Thu, 20 Oct 2016 14:26:54 +0000 Yura Kushnir wrote: > --- > testing/py-telegram-bot/APKBUILD | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/testing/py-telegram-bot/APKBUILD > b/testing/py-telegram-bot/APKBUILD index a30f690..2974cd0 100644 > --- a/testing/py-telegram-bot/APKBUILD > +++ b/testing/py-telegram-bot/APKBUILD > @@ -8,7 +8,7 @@ pkgdesc="A Python wrapper around the Telegram Bot API" > url="https://github.com/python-telegram-bot/python-telegram-bot" > arch="noarch" > license="LGPLv3" > -depends="py-futures" > +depends="py-future py-certifi py-urllib3" > depends_dev="" > makedepends="$depends_dev py-setuptools" > install="" We don't have 'py-urllib3'. If it's a dependency it should be packaged. On changes like this, pkgrel should be increased by one. Please fix the urllib issue either by providing an aport for it first, or substituting it with something existing. Thanks. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---