pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-localserver



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 25 07:06:14 UTC 2022

Modified Files:
        pkgsrc/devel/py-test-localserver: Makefile

Log Message:
py-test-localserver: needs py-setuptools_scm to build


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-localserver/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-test-localserver/Makefile
diff -u pkgsrc/devel/py-test-localserver/Makefile:1.9 pkgsrc/devel/py-test-localserver/Makefile:1.10
--- pkgsrc/devel/py-test-localserver/Makefile:1.9       Fri Oct 21 17:48:58 2022
+++ pkgsrc/devel/py-test-localserver/Makefile   Tue Oct 25 07:06:14 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/10/21 17:48:58 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/10/25 07:06:14 adam Exp $
 
 DISTNAME=      pytest-localserver-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Py.test plugin to test server connections locally
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug>=0.10:../../www/py-werkzeug
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test



Home | Main Index | Thread Index | Old Index