Date: Wed, 8 Nov 2017 08:15:21 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453724 - head/devel/py-natsort Message-ID: <201711080815.vA88FL3i046789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Nov 8 08:15:20 2017 New Revision: 453724 URL: https://svnweb.freebsd.org/changeset/ports/453724 Log: devel/py-natsort: Removed RUN_DEPENDS from TEST_DEPENDS. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12950 Modified: head/devel/py-natsort/Makefile Modified: head/devel/py-natsort/Makefile ============================================================================== --- head/devel/py-natsort/Makefile Wed Nov 8 08:06:08 2017 (r453723) +++ head/devel/py-natsort/Makefile Wed Nov 8 08:15:20 2017 (r453724) @@ -18,8 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.8.0:devel/py-hypothesis \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}pathlib>0:devel/py-pathlib \ - ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage \ - ${RUN_DEPENDS} + ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage USES= python USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711080815.vA88FL3i046789>