Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 21:22:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533882 - head/devel/py-pytest-benchmark
Message-ID:  <202005032122.043LMh8i095989@repo.freebsd.org>

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



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