aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:26:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-08-27 10:26:52 +0000
commit39d801cc7eae4791df7f365004e9e5d5d8956d33 (patch)
tree146b6111a3c021603432a36417f4ac13f6ef6f31
parent9782c3c17d1c690fea769ba7814bc635ffab8468 (diff)
downloadports-39d801cc7eae4791df7f365004e9e5d5d8956d33.tar.gz
ports-39d801cc7eae4791df7f365004e9e5d5d8956d33.zip
devel/py-snakeviz: Update version requirement of RUN_DEPENDS
from setup.py: install_requires=['tornado>=2.0'], Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-snakeviz/Makefile3
1 files changed, 2 insertions, 1 deletions
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>