Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 14:23:58 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404742 - head/devel/py-pytest-xdist
Message-ID:  <201512291423.tBTENwTv054395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512291423.tBTENwTv054395>