pkgsrc-WIP-changes archive

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

py-pynitrokey: packaged (optional?) dependency libnitrokey.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Fri Apr 28 00:04:31 2023 +0200
Changeset:	22fc810d6dab27c74e1f6e52db6369db68547891

Modified Files:
	py-pynitrokey/Makefile

Log Message:
py-pynitrokey: packaged (optional?) dependency libnitrokey.

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

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

diffstat:
 py-pynitrokey/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-pynitrokey/Makefile b/py-pynitrokey/Makefile
index 82a5ba9cd6..531800f3a2 100644
--- a/py-pynitrokey/Makefile
+++ b/py-pynitrokey/Makefile
@@ -29,7 +29,7 @@ DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensio
 DEPENDS+=	${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-ecdsa-[0-9]*:../../security/py-ecdsa
 DEPENDS+=	${PYPKGPREFIX}-fido2-[0-9]*:../../security/py-fido2
-#DEPENDS+=	libnitrokey-[0-9]*:../../security/libnitrokey
+DEPENDS+=	libnitrokey-[0-9]*:../../security/libnitrokey
 DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
 


Home | Main Index | Thread Index | Old Index