pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-requests-mock
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.
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
Home |
Main Index |
Thread Index |
Old Index