git: 39d801cc7eae - main - devel/py-snakeviz: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 27 Aug 2022 10:34:22 UTC
The branch main has been updated by sunpoet:

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

commit 39d801cc7eae4791df7f365004e9e5d5d8956d33
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:26:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:26:52 +0000

    devel/py-snakeviz: Update version requirement of RUN_DEPENDS
    
    from setup.py:
        install_requires=['tornado>=2.0'],
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-snakeviz/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-snakeviz/Makefile b/devel/py-snakeviz/Makefile
index aa5a8131cdf2..6f1c6a4e17f3 100644
--- a/devel/py-snakeviz/Makefile
+++ b/devel/py-snakeviz/Makefile
@@ -10,10 +10,11 @@ COMMENT=	Web-based viewer for Python profiler output
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tornado>=2.0:www/py-tornado@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>