Received: by mail.netbsd.org (Postfix, from userid 605) id 491A484EA0; Sat, 14 Jul 2018 20:29:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B76084DEF for ; Sat, 14 Jul 2018 20:29:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zT9sAW1wnQQ8 for ; Sat, 14 Jul 2018 20:29:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2E01484D24 for ; Sat, 14 Jul 2018 20:29:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A96EFBEC; Sat, 14 Jul 2018 20:29:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531600174291800" MIME-Version: 1.0 Date: Sat, 14 Jul 2018 20:29:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-py To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180714202934.2A96EFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1531600174291800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jul 14 20:29:34 UTC 2018 Modified Files: pkgsrc/devel/py-py: Makefile Log Message: py-py: add missing build dependency on py-setuptools_scm Without it, I got: No local packages or working download links found for setuptools-scm To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-py/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531600174291800 Content-Disposition: inline Content-Length: 741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-py/Makefile diff -u pkgsrc/devel/py-py/Makefile:1.14 pkgsrc/devel/py-py/Makefile:1.15 --- pkgsrc/devel/py-py/Makefile:1.14 Tue Jul 3 07:12:15 2018 +++ pkgsrc/devel/py-py/Makefile Sat Jul 14 20:29:34 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/07/03 07:12:15 adam Exp $ +# $NetBSD: Makefile,v 1.15 2018/07/14 20:29:34 wiz Exp $ DISTNAME= py-1.5.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/pytest-dev/ COMMENT= Library with cross-python path, ini-parsing, io, code, log facilities LICENSE= mit +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm + USE_LANGUAGES= # none .include "../../lang/python/egg.mk" --_----------=_1531600174291800--