~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] testing/py-telegram-bot: dependency fix

Details
Message ID
<20161020142654.7653-1-kushnir.yura@gmail.com>
Sender timestamp
1476973614
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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=""
-- 
2.10.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Timo Teras <timo.teras@iki.fi>
Details
Message ID
<20161104100013.6874c638@vostro.util.wtbts.net>
In-Reply-To
<20161020142654.7653-1-kushnir.yura@gmail.com> (view parent)
Sender timestamp
1478246413
DKIM signature
missing
Download raw message
On Thu, 20 Oct 2016 14:26:54 +0000
Yura Kushnir <kushnir.yura@gmail.com> 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
---
Reply to thread Export thread (mbox)