pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-paramiko py-paramiko: BUILD_DEPENDS -> TES...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3cdf35b9eb8e
branches: trunk
changeset: 312560:3cdf35b9eb8e
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 06 13:28:00 2018 +0000
description:
py-paramiko: BUILD_DEPENDS -> TEST_DEPENDS
diffstat:
security/py-paramiko/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5a01d7c75ab7 -r 3cdf35b9eb8e security/py-paramiko/Makefile
--- a/security/py-paramiko/Makefile Thu Sep 06 13:10:10 2018 +0000
+++ b/security/py-paramiko/Makefile Thu Sep 06 13:28:00 2018 +0000
@@ -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}-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