svn commit: r462637 - head/devel/py-py

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 22 19:51:29 UTC 2018


Author: sunpoet
Date: Thu Feb 22 19:51:25 2018
New Revision: 462637
URL: https://svnweb.freebsd.org/changeset/ports/462637

Log:
  Remove TEST_DEPENDS to avoid circular dependency
  
  PR:		220284
  Reported by:	danfe

Modified:
  head/devel/py-py/Makefile

Modified: head/devel/py-py/Makefile
==============================================================================
--- head/devel/py-py/Makefile	Thu Feb 22 19:51:20 2018	(r462636)
+++ head/devel/py-py/Makefile	Thu Feb 22 19:51:25 2018	(r462637)
@@ -13,8 +13,6 @@ COMMENT=	Library with cross-python path, ini-parsing, 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR}
-
 NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-head mailing list