Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 20:32:00 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ab00cd45c723 - main - net-im/py-telepot: Update version requirement of RUN_DEPENDS
Message-ID:  <202107242032.16OKW0Aq007510@gitrepo.freebsd.org>

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

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

commit ab00cd45c723f59115e6866292fa98d75a9213cb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-24 20:21:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-24 20:21:54 +0000

    net-im/py-telepot: Update version requirement of RUN_DEPENDS
---
 net-im/py-telepot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/py-telepot/Makefile b/net-im/py-telepot/Makefile
index 8adef2a4ec1e..8d9ee44678d2 100644
--- a/net-im/py-telepot/Makefile
+++ b/net-im/py-telepot/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Python framework for Telegram Bot API
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0.0:www/py-aiohttp@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}urllib3>=1.9.1:net/py-urllib3@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}urllib3>=1.9.1,1:net/py-urllib3@${PY_FLAVOR}
 
 USES=		dos2unix python:3.6+
 USE_PYTHON=	autoplist concurrent distutils



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