svn commit: r567686 - head/devel/py-pytest-regressions

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:20:47 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:20:44 2021
New Revision: 567686
URL: https://svnweb.freebsd.org/changeset/ports/567686

Log:
  Sort RUN_DEPENDS

Modified:
  head/devel/py-pytest-regressions/Makefile

Modified: head/devel/py-pytest-regressions/Makefile
==============================================================================
--- head/devel/py-pytest-regressions/Makefile	Sun Mar  7 22:20:38 2021	(r567685)
+++ head/devel/py-pytest-regressions/Makefile	Sun Mar  7 22:20:44 2021	(r567686)
@@ -14,9 +14,9 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.5.0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-datadir>=1.2.0:devel/py-pytest-datadir@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=3.5.0:devel/py-pytest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-head mailing list