pkgsrc-WIP-changes archive

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

py-hkdf: add a test dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Jun 23 23:03:49 2021 +0200
Changeset:	fec00b1e4ae59456f2a406d5c43ec7699281c307

Modified Files:
	py-hkdf/Makefile

Log Message:
py-hkdf: add a test dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fec00b1e4ae59456f2a406d5c43ec7699281c307

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-hkdf/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/py-hkdf/Makefile b/py-hkdf/Makefile
index 51d42df4a0..31b57219b8 100644
--- a/py-hkdf/Makefile
+++ b/py-hkdf/Makefile
@@ -10,8 +10,7 @@ HOMEPAGE=	https://github.com/casebeer/python-hkdf
 COMMENT=	HMAC-based Extract-and-Expand Key Derivation Function (HKDF; RFC 5869)
 LICENSE=	2-clause-bsd
 
-#DEPENDS+=	${PYPKGPREFIX}-cffi>=1.1:../../devel/py-cffi
-#DEPENDS+=	${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
+TEST_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 PYTHON_VERSIONED_DEPENDENCIES=	test:test
 


Home | Main Index | Thread Index | Old Index