pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-paramiko
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 6 13:28:00 UTC 2018
Modified Files:
pkgsrc/security/py-paramiko: Makefile
Log Message:
py-paramiko: BUILD_DEPENDS -> TEST_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/py-paramiko/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-paramiko/Makefile
diff -u pkgsrc/security/py-paramiko/Makefile:1.32 pkgsrc/security/py-paramiko/Makefile:1.33
--- pkgsrc/security/py-paramiko/Makefile:1.32 Tue Mar 13 18:35:29 2018
+++ pkgsrc/security/py-paramiko/Makefile Thu Sep 6 13:28:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2018/03/13 18:35:29 adam Exp $
+# $NetBSD: Makefile,v 1.33 2018/09/06 13:28:00 adam Exp $
DISTNAME= paramiko-2.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,8 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.7:../
DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.3:../../security/py-bcrypt
DEPENDS+= ${PYPKGPREFIX}-cryptography>=1.5:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-nacl>=1.0.1:../../security/py-nacl
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-relaxed-[0-9]*:../../devel/py-test-relaxed
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-relaxed-[0-9]*:../../devel/py-test-relaxed
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX} tests
Home |
Main Index |
Thread Index |
Old Index