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

This commit is contained in:
K.I.A.Derouiche 2020-11-28 19:21:45 +01:00
parent d467b8c6ee
commit 5428887e57
1 changed files with 1 additions and 1 deletions

View File

@ -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?