Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2017 19:54:18 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443532 - head/devel/py-pytest
Message-ID:  <201706131954.v5DJsIAo059808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jun 13 19:54:18 2017
New Revision: 443532
URL: https://svnweb.freebsd.org/changeset/ports/443532

Log:
  devel/py3-pytest: unbreak after r441543
  
  ===========================================================================
  =======================<phase: build-depends  >============================
  ===>   py36-pytest-3.1.2 depends on package: py36-setuptools_scm>=0 - not found
  ===>   py36-pytest-3.1.2 depends on package: /packages/All/py36-setuptools_scm-1.15.5.txz - not found
  ===>   USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-pytest/Makefile   (contents, props changed)

Modified: head/devel/py-pytest/Makefile
==============================================================================
--- head/devel/py-pytest/Makefile	Tue Jun 13 19:53:58 2017	(r443531)
+++ head/devel/py-pytest/Makefile	Tue Jun 13 19:54:18 2017	(r443532)
@@ -12,7 +12,7 @@ COMMENT=	Simple powerful testing with Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py${SLAVE_SUFFIX}-setuptools_scm
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.4.33:devel/py${SLAVE_SUFFIX}-py
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \



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