pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-testresources py-testresources: fix typo in D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36b16b4661c6
branches:  trunk
changeset: 378250:36b16b4661c6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 01 07:44:16 2022 +0000

description:
py-testresources: fix typo in DEPENDS

diffstat:

 devel/py-testresources/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c8ef7238255b -r 36b16b4661c6 devel/py-testresources/Makefile
--- a/devel/py-testresources/Makefile   Sun May 01 06:53:01 2022 +0000
+++ b/devel/py-testresources/Makefile   Sun May 01 07:44:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/04/29 23:29:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/01 07:44:16 wiz Exp $
 
 DISTNAME=      testresources-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
 DEPENDS+=      ${PYPKGPREFIX}-fixtures-[0-9]*:../../devel/py-fixtures
-DEPENDS+=      ${PYPKGPREFIX}-testttols-[0-9]*:../../devel/py-testttols
+DEPENDS+=      ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index