svn commit: r404742 - head/devel/py-pytest-xdist

Kubilay Kocak koobs at FreeBSD.org
Tue Dec 29 14:23:59 UTC 2015


Author: koobs
Date: Tue Dec 29 14:23:58 2015
New Revision: 404742
URL: https://svnweb.freebsd.org/changeset/ports/404742

Log:
  devel/py-pytest-xdist: Add missing build dependency
  
  Add missing BUILD_DEPENDS on setuptools_scm, that I saw, documented, but didnt
  do.
  
  Reported by:	pkg-fallout, amdmi3
  Approved by:	python (with hat)

Modified:
  head/devel/py-pytest-xdist/Makefile

Modified: head/devel/py-pytest-xdist/Makefile
==============================================================================
--- head/devel/py-pytest-xdist/Makefile	Tue Dec 29 13:36:04 2015	(r404741)
+++ head/devel/py-pytest-xdist/Makefile	Tue Dec 29 14:23:58 2015	(r404742)
@@ -13,6 +13,7 @@ COMMENT=	Py.test plugin for distributed 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:${PORTSDIR}/devel/py-setuptools_scm
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}execnet>=1.1:${PORTSDIR}/sysutils/py-execnet \
 		${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:${PORTSDIR}/devel/py-pytest \
 		${PYTHON_PKGNAMEPREFIX}py>=1.4.22:${PORTSDIR}/devel/py-py


More information about the svn-ports-head mailing list