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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 5 17:15:16 UTC 2018


Author: sunpoet
Date: Mon Mar  5 17:15:10 2018
New Revision: 463662
URL: https://svnweb.freebsd.org/changeset/ports/463662

Log:
  Revert r462637
  
  PR:		220284
  Pointed out by:	bdrewery
  Reference:	https://lists.freebsd.org/pipermail/svn-ports-all/2018-February/175369.html
  		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220284#c6

Modified:
  head/devel/py-py/Makefile

Modified: head/devel/py-py/Makefile
==============================================================================
--- head/devel/py-py/Makefile	Mon Mar  5 17:15:05 2018	(r463661)
+++ head/devel/py-py/Makefile	Mon Mar  5 17:15:10 2018	(r463662)
@@ -13,6 +13,8 @@ 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-all mailing list