Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2021 16:55:59 GMT
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e4d8c7dfcd08 - main - net-im/py-python-telegram-bot: add missing dependency on devel/py-apscheduler.
Message-ID:  <202106281655.15SGtxWU008689@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olgeni:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e4d8c7dfcd0880a0bb4640233522e982610f4f0a

commit e4d8c7dfcd0880a0bb4640233522e982610f4f0a
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2021-06-24 14:40:19 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2021-06-28 16:02:38 +0000

    net-im/py-python-telegram-bot: add missing dependency on devel/py-apscheduler.
    
    Reported by:    Gergely Czuczy <gergely.czuczy@harmless.hu>
---
 net-im/py-python-telegram-bot/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-im/py-python-telegram-bot/Makefile b/net-im/py-python-telegram-bot/Makefile
index 3c71a249e423..03c03e82c736 100644
--- a/net-im/py-python-telegram-bot/Makefile
+++ b/net-im/py-python-telegram-bot/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	python-telegram-bot
 PORTVERSION=	13.1
+PORTREVISION=	1
 CATEGORIES=	net-im devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,8 @@ LICENSE=	LGPL3
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}apscheduler>0:devel/py-apscheduler@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python:3.6+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106281655.15SGtxWU008689>