svn commit: r448410 - head/net/py3-urllib3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:30:01 UTC 2017


Author: sunpoet
Date: Sun Aug 20 12:30:00 2017
New Revision: 448410
URL: https://svnweb.freebsd.org/changeset/ports/448410

Log:
  Add TEST_DEPENDS

Modified:
  head/net/py3-urllib3/Makefile

Modified: head/net/py3-urllib3/Makefile
==============================================================================
--- head/net/py3-urllib3/Makefile	Sun Aug 20 12:29:55 2017	(r448409)
+++ head/net/py3-urllib3/Makefile	Sun Aug 20 12:30:00 2017	(r448410)
@@ -7,6 +7,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.
 		${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py3-idna \
 		${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py3-openssl \
 		${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py3-pysocks
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py3-mock \
+		${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py3-nose \
+		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py3-pytest
 
 PORTSCOUT=	ignore:1
 


More information about the svn-ports-all mailing list