Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vBx6WX5u; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XJz4W9nZ Received: by mail.netbsd.org (Postfix, from userid 605) id CF6E484D61; Sun, 21 Apr 2024 13:41:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713706864; bh=9+0omnljea5CLxHqXWqxOdk9aOazscbN4kEpYCYn1Dg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=vBx6WX5ujP7Vlj/TW/MZ5tApiG6X9N95Iy+y/ut1XkmK1YL6E3lsLhkrkRIgQtsQW BlXUEP9IRi93VKl+ay/26Ku6DeBpmcZHOBbs2SpWWcJIlfufnczJm6S1ZBkYKPwMRj njeP78DYPV1hPp1tmX/g0CfSzp6MTkLcbgTkkOdw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BFAE484D5F for ; Sun, 21 Apr 2024 13:41:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eKXoqB_JiyWp for ; Sun, 21 Apr 2024 13:41:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1CE7D84D59 for ; Sun, 21 Apr 2024 13:41:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713706862; bh=9+0omnljea5CLxHqXWqxOdk9aOazscbN4kEpYCYn1Dg=; h=Date:From:Subject:To:Reply-To; b=XJz4W9nZjAA8dVCYygjh+lwixgTO6eabJEDDsz0KWo3r6371bPqLHlecSUxzxs8HU HDmstft0HaNEdLu34Le+dMWrVA/clu8ohDfQ1a0DPqHdxMWgS0sifyFGb7gefkqlj/ kzEpwNVvInaAMmgKqmy+j1VGR5CHfNoND/D0JNhw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 192ECFA2C; Sun, 21 Apr 2024 13:41:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171370686260260" MIME-Version: 1.0 Date: Sun, 21 Apr 2024 13:41:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-requests-mock To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240421134102.192ECFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171370686260260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 21 13:41:02 UTC 2024 Modified Files: pkgsrc/devel/py-requests-mock: Makefile Log Message: py-requests-mock: add missing tool dependency To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-requests-mock/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171370686260260 Content-Disposition: inline Content-Length: 939 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-requests-mock/Makefile diff -u pkgsrc/devel/py-requests-mock/Makefile:1.22 pkgsrc/devel/py-requests-mock/Makefile:1.23 --- pkgsrc/devel/py-requests-mock/Makefile:1.22 Thu Apr 18 07:13:20 2024 +++ pkgsrc/devel/py-requests-mock/Makefile Sun Apr 21 13:41:01 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2024/04/18 07:13:20 adam Exp $ +# $NetBSD: Makefile,v 1.23 2024/04/21 13:41:01 wiz Exp $ DISTNAME= requests-mock-1.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,7 @@ COMMENT= Mock out responses from the req LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-requests>=2.22:../../devel/py-requests TEST_DEPENDS+= ${PYPKGPREFIX}-fixtures-[0-9]*:../../devel/py-fixtures --_----------=_171370686260260--