pkgsrc-WIP-changes archive

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

py-secretstorage: add dependency py-jeepney>=0.5.0



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Nov 28 19:21:45 2020 +0100
Changeset:	5428887e577b944dbcefbf2d4b2bf4f3afc1a5cf

Modified Files:
	py-secretstorage/Makefile

Log Message:
py-secretstorage: add dependency py-jeepney>=0.5.0

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

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

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

diffs:
diff --git a/py-secretstorage/Makefile b/py-secretstorage/Makefile
index 981f1d9143..4aa993cddc 100644
--- a/py-secretstorage/Makefile
+++ b/py-secretstorage/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Module for securely storing passwords and secrets
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-cryptography>=2.0:../../security/py-cryptography
-# missing package for py-jeepney
+DEPENDS+=	${PYPKGPREFIX}-jeepney>=0.5.0:../../wip/py-jeepney
 
 USE_LANGUAGES=	# none
 WRKSRC=		${WRKDIR}/${DISTNAME} # Why is this necessary?


Home | Main Index | Thread Index | Old Index