pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-behave
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 22 11:34:37 UTC 2021
Modified Files:
pkgsrc/devel/py-behave: Makefile
Log Message:
py-behave: fix TEST_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-behave/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-behave/Makefile
diff -u pkgsrc/devel/py-behave/Makefile:1.4 pkgsrc/devel/py-behave/Makefile:1.5
--- pkgsrc/devel/py-behave/Makefile:1.4 Mon Oct 11 17:29:58 2021
+++ pkgsrc/devel/py-behave/Makefile Mon Nov 22 11:34:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/10/11 17:29:58 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/11/22 11:34:36 adam Exp $
DISTNAME= behave-1.2.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,8 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.11:../..
TEST_DEPENDS+= ${PYPKGPREFIX}-hamcrest>=1.8:../../devel/py-hamcrest
TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.1:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3:../../devel/py-nose
-TEST_DEPENDS+= ${PYPKGPREFIX}-path.py>=10.1:../../devel/py-path.py
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-path.py
+TEST_DEPENDS+= ${PYPKGPREFIX}-path>=10.1:../../devel/py-path
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index