pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-asyncio py-test-asyncio: add missing bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55a8f21be562
branches:  trunk
changeset: 373131:55a8f21be562
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 06 22:47:02 2022 +0000

description:
py-test-asyncio: add missing build dependency

diffstat:

 devel/py-test-asyncio/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7931f11e034f -r 55a8f21be562 devel/py-test-asyncio/Makefile
--- a/devel/py-test-asyncio/Makefile    Sun Feb 06 22:41:59 2022 +0000
+++ b/devel/py-test-asyncio/Makefile    Sun Feb 06 22:47:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/02/02 19:04:57 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/02/06 22:47:02 wiz Exp $
 
 DISTNAME=      pytest-asyncio-0.17.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,6 +11,7 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-test>=6.1.0:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>0:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.7.1:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.5.0:../../devel/py-flaky



Home | Main Index | Thread Index | Old Index