pkgsrc-WIP-changes archive

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

wip/conan: added version requirement for py-tqdm dep.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Feb 6 17:50:45 2019 +0000
Changeset:	4320bc18c8aa9590c75e87c624b6c4fccf8085c8

Modified Files:
	conan/Makefile

Log Message:
wip/conan: added version requirement for py-tqdm dep.

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

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

diffstat:
 conan/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/conan/Makefile b/conan/Makefile
index 78ec6088ca..81cd3dcc6c 100644
--- a/conan/Makefile
+++ b/conan/Makefile
@@ -14,7 +14,7 @@ USE_LANGUAGES=	# none
 
 DEPENDS+=   ${PYPKGPREFIX}-pluginbase-0.7:../../wip/py-pluginbase
 DEPENDS+=   ${PYPKGPREFIX}-bottle:../../www/py-bottle
-DEPENDS+=   ${PYPKGPREFIX}-tqdm:../../misc/py-tqdm
+DEPENDS+=   ${PYPKGPREFIX}-tqdm>=4.28.1:../../misc/py-tqdm
 DEPENDS+=   ${PYPKGPREFIX}-deprecation:../../devel/py-deprecation
 DEPENDS+=   ${PYPKGPREFIX}-astroid:../../devel/py-astroid
 DEPENDS+=   ${PYPKGPREFIX}-pygments:../../textproc/py-pygments


Home | Main Index | Thread Index | Old Index