Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2019 01:01:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498785 - head/devel/py-pytest-tornado
Message-ID:  <201904130101.x3D11GdB024081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904130101.x3D11GdB024081>