svn commit: r498785 - head/devel/py-pytest-tornado

Jan Beich jbeich at FreeBSD.org
Sat Apr 13 01:01:16 UTC 2019


Author: jbeich
Date: Sat Apr 13 01:01:15 2019
New Revision: 498785
URL: https://svnweb.freebsd.org/changeset/ports/498785

Log:
  devel/py-pytest-tornado: adjust RUN_DEPENDS after r498784

Modified:
  head/devel/py-pytest-tornado/Makefile   (contents, props changed)

Modified: head/devel/py-pytest-tornado/Makefile
==============================================================================
--- head/devel/py-pytest-tornado/Makefile	Sat Apr 13 00:58:57 2019	(r498784)
+++ head/devel/py-pytest-tornado/Makefile	Sat Apr 13 01:01:15 2019	(r498785)
@@ -12,7 +12,7 @@ COMMENT=	Py.test plugin providing fixtures and markers
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.6:devel/py-pytest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tornado>=4.1:www/py-tornado@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python


More information about the svn-ports-all mailing list