pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-testresources
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 1 07:44:16 UTC 2022
Modified Files:
pkgsrc/devel/py-testresources: Makefile
Log Message:
py-testresources: fix typo in DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-testresources/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-testresources/Makefile
diff -u pkgsrc/devel/py-testresources/Makefile:1.7 pkgsrc/devel/py-testresources/Makefile:1.8
--- pkgsrc/devel/py-testresources/Makefile:1.7 Fri Apr 29 23:29:18 2022
+++ pkgsrc/devel/py-testresources/Makefile Sun May 1 07:44:16 2022
@@ -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 @@ LICENSE= apache-2.0 OR modified-bsd
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