pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-telegram-bot: Added missing dependency.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Aug 4 13:33:21 2020 +0200
Changeset:	fbf435cfb3b770c8c94b6ce002d7646bdbecd29b

Modified Files:
	py-telegram-bot/Makefile

Log Message:
py-telegram-bot: Added missing dependency.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fbf435cfb3b770c8c94b6ce002d7646bdbecd29b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-telegram-bot/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-telegram-bot/Makefile b/py-telegram-bot/Makefile
index e1f9933c7c..27c82f1126 100644
--- a/py-telegram-bot/Makefile
+++ b/py-telegram-bot/Makefile
@@ -14,6 +14,7 @@ DEPENDS+=	${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-decorator>=4.4.0:../../devel/py-decorator
 DEPENDS+=	${PYPKGPREFIX}-future>=0.16.0:../../devel/py-future
 DEPENDS+=	${PYPKGPREFIX}-tornado>=5.1:../../www/py-tornado
+DEPENDS+=	${PYPKGPREFIX}-certifi>=2020.4.5.2:../../security/py-certifi
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index