svn commit: r533882 - head/devel/py-pytest-benchmark

Antoine Brodin antoine at FreeBSD.org
Sun May 3 21:22:44 UTC 2020


Author: antoine
Date: Sun May  3 21:22:43 2020
New Revision: 533882
URL: https://svnweb.freebsd.org/changeset/ports/533882

Log:
  Unbreak

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

Modified: head/devel/py-pytest-benchmark/Makefile
==============================================================================
--- head/devel/py-pytest-benchmark/Makefile	Sun May  3 21:18:34 2020	(r533881)
+++ head/devel/py-pytest-benchmark/Makefile	Sun May  3 21:22:43 2020	(r533882)
@@ -13,7 +13,7 @@ COMMENT=	pytest fixture for benchmarking code
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-cpuinfo@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python


More information about the svn-ports-head mailing list